@0xsquid/ui 2.7.1-dex-beta.1 → 2.8.0
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 +18509 -18394
- package/dist/cjs/types/components/badges/ImageGroup.d.ts +1 -1
- package/dist/cjs/types/components/badges/PriceChange.d.ts +2 -2
- 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/IconButton.d.ts +0 -2
- package/dist/cjs/types/components/controls/LargeNumericInput.d.ts +2 -6
- package/dist/cjs/types/components/controls/NumericInput.d.ts +21 -13
- 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/Arrow.d.ts +1 -6
- package/dist/cjs/types/components/icons/CrossAnimatedIcon.d.ts +7 -0
- package/dist/cjs/types/components/icons/Generic.d.ts +0 -29
- 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/Wallet.d.ts +1 -1
- package/dist/cjs/types/components/icons/index.d.ts +2 -0
- package/dist/cjs/types/components/index.d.ts +1 -1
- package/dist/cjs/types/components/layout/AppContainer.d.ts +3 -523
- package/dist/cjs/types/components/layout/DropdownMenu.d.ts +0 -1
- package/dist/cjs/types/components/layout/NavigationBar.d.ts +2 -1
- package/dist/cjs/types/components/layout/SwapConfiguration.d.ts +17 -1
- package/dist/cjs/types/components/layout/TokenDetailsView.d.ts +1 -6
- package/dist/cjs/types/components/lists/HistoryItem.d.ts +2 -1
- package/dist/cjs/types/components/lists/TokenGroup.d.ts +1 -2
- package/dist/cjs/types/components/views/SwapProgressView.d.ts +2 -1
- package/dist/cjs/types/core/constants.d.ts +1 -1
- 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/badges/ImageGroup.stories.d.ts +2 -3
- package/dist/cjs/types/stories/buttons/Button.stories.d.ts +3 -0
- package/dist/cjs/types/stories/buttons/IconButon.stories.d.ts +1 -1
- 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/NavigationBar.stories.d.ts +1 -0
- package/dist/cjs/types/stories/layout/SwapConfiguration.stories.d.ts +1 -1
- package/dist/cjs/types/stories/lists/ListItem.stories.d.ts +0 -1
- package/dist/cjs/types/stories/lists/TokenGroup.stories.d.ts +0 -1
- package/dist/cjs/types/stories/views/SwapProgressView.stories.d.ts +1 -0
- package/dist/esm/index.js +18858 -18740
- package/dist/esm/types/components/badges/ImageGroup.d.ts +1 -1
- package/dist/esm/types/components/badges/PriceChange.d.ts +2 -2
- 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/IconButton.d.ts +0 -2
- package/dist/esm/types/components/controls/LargeNumericInput.d.ts +2 -6
- package/dist/esm/types/components/controls/NumericInput.d.ts +21 -13
- 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/Arrow.d.ts +1 -6
- package/dist/esm/types/components/icons/CrossAnimatedIcon.d.ts +7 -0
- package/dist/esm/types/components/icons/Generic.d.ts +0 -29
- 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/Wallet.d.ts +1 -1
- package/dist/esm/types/components/icons/index.d.ts +2 -0
- package/dist/esm/types/components/index.d.ts +1 -1
- package/dist/esm/types/components/layout/AppContainer.d.ts +3 -523
- package/dist/esm/types/components/layout/DropdownMenu.d.ts +0 -1
- package/dist/esm/types/components/layout/NavigationBar.d.ts +2 -1
- package/dist/esm/types/components/layout/SwapConfiguration.d.ts +17 -1
- package/dist/esm/types/components/layout/TokenDetailsView.d.ts +1 -6
- package/dist/esm/types/components/lists/HistoryItem.d.ts +2 -1
- package/dist/esm/types/components/lists/TokenGroup.d.ts +1 -2
- package/dist/esm/types/components/views/SwapProgressView.d.ts +2 -1
- package/dist/esm/types/core/constants.d.ts +1 -1
- 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/badges/ImageGroup.stories.d.ts +2 -3
- package/dist/esm/types/stories/buttons/Button.stories.d.ts +3 -0
- package/dist/esm/types/stories/buttons/IconButon.stories.d.ts +1 -1
- 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/NavigationBar.stories.d.ts +1 -0
- package/dist/esm/types/stories/layout/SwapConfiguration.stories.d.ts +1 -1
- package/dist/esm/types/stories/lists/ListItem.stories.d.ts +0 -1
- package/dist/esm/types/stories/lists/TokenGroup.stories.d.ts +0 -1
- package/dist/esm/types/stories/views/SwapProgressView.stories.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +140 -640
- package/package.json +2 -1
- package/dist/cjs/types/components/charts/DexChart.d.ts +0 -32
- package/dist/cjs/types/components/charts/index.d.ts +0 -1
- package/dist/cjs/types/stories/charts/DexChart.stories.d.ts +0 -10
- package/dist/esm/types/components/charts/DexChart.d.ts +0 -32
- package/dist/esm/types/components/charts/index.d.ts +0 -1
- package/dist/esm/types/stories/charts/DexChart.stories.d.ts +0 -10
- /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
|
|
|
@@ -85,7 +85,7 @@ interface IconLabelProps {
|
|
|
85
85
|
}
|
|
86
86
|
declare function IconLabel({ src, children, rounded }: IconLabelProps): react_jsx_runtime.JSX.Element;
|
|
87
87
|
|
|
88
|
-
type ImageGroupSize = "small" | "
|
|
88
|
+
type ImageGroupSize = "small" | "large";
|
|
89
89
|
interface ImageGroupProps {
|
|
90
90
|
imageUrls: string[];
|
|
91
91
|
badge?: Omit<ImageProps, "border" | "size">;
|
|
@@ -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
|
}
|
|
@@ -116,9 +116,9 @@ interface PriceChangeProps {
|
|
|
116
116
|
variant?: "small" | "large";
|
|
117
117
|
value: string | number;
|
|
118
118
|
highlightText?: boolean;
|
|
119
|
-
|
|
119
|
+
triangle?: "none" | "prefix" | "suffix";
|
|
120
120
|
}
|
|
121
|
-
declare function PriceChange({ value: rawValue, variant, highlightText,
|
|
121
|
+
declare function PriceChange({ value: rawValue, variant, highlightText, triangle, }: PriceChangeProps): react_jsx_runtime.JSX.Element;
|
|
122
122
|
|
|
123
123
|
declare const statusTextClassMap: Record<ActionStatus, string>;
|
|
124
124
|
interface TransactionStateProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
@@ -176,11 +176,38 @@ interface InputActionButtonProps {
|
|
|
176
176
|
label?: string;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
179
|
+
declare enum UserInputType {
|
|
180
|
+
TOKEN = 0,
|
|
181
|
+
USD = 1
|
|
182
182
|
}
|
|
183
|
-
|
|
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
|
+
};
|
|
184
211
|
|
|
185
212
|
type TooltipWidth = "max" | "container";
|
|
186
213
|
type TooltipThreshold = "xxs" | "xs" | "s" | "m" | "l" | "xl" | "xxl";
|
|
@@ -203,7 +230,7 @@ interface Token$3 {
|
|
|
203
230
|
symbol: string;
|
|
204
231
|
decimals: number;
|
|
205
232
|
}
|
|
206
|
-
interface NumericInputProps
|
|
233
|
+
interface NumericInputProps {
|
|
207
234
|
token: Token$3;
|
|
208
235
|
onAmountChange: (tokenAmount: string) => void;
|
|
209
236
|
forcedAmount?: string;
|
|
@@ -211,29 +238,39 @@ interface NumericInputProps extends React.InputHTMLAttributes<HTMLInputElement>
|
|
|
211
238
|
token: string;
|
|
212
239
|
usd: string;
|
|
213
240
|
};
|
|
214
|
-
showDetails?: boolean;
|
|
215
|
-
isLoading?: boolean;
|
|
216
|
-
error?: {
|
|
217
|
-
message: string;
|
|
218
|
-
};
|
|
219
241
|
balance?: string;
|
|
220
|
-
priceImpactPercentage?: string;
|
|
221
|
-
criticalPriceImpactPercentage?: number;
|
|
222
|
-
direction?: SwapDirection;
|
|
223
242
|
inputModeButton?: {
|
|
224
243
|
usdModeTooltip?: Omit<TooltipProps, "children">;
|
|
225
244
|
tokenModeTooltip?: Omit<TooltipProps, "children">;
|
|
226
245
|
amountUsd?: string;
|
|
227
246
|
};
|
|
228
247
|
maxUsdDecimals?: number;
|
|
229
|
-
isInteractive?: boolean;
|
|
230
248
|
balanceButton?: {
|
|
231
249
|
tooltip?: Omit<TooltipProps, "children">;
|
|
232
250
|
hideMaxChip?: boolean;
|
|
233
251
|
};
|
|
234
252
|
debounceInput?: boolean;
|
|
253
|
+
initialInputMode?: UserInputType;
|
|
254
|
+
customSymbol?: string;
|
|
255
|
+
hideControls?: boolean;
|
|
256
|
+
hideBalance?: boolean;
|
|
257
|
+
containerClassName?: string;
|
|
258
|
+
inputClassName?: string;
|
|
259
|
+
}
|
|
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
|
+
};
|
|
235
270
|
}
|
|
236
|
-
declare function NumericInput({ priceImpactPercentage, balance, error, criticalPriceImpactPercentage, token, onAmountChange, forcedAmount, maxUsdDecimals, formatIfVerySmall, showDetails, isLoading, direction, inputModeButton, isInteractive, balanceButton, debounceInput, ...props }:
|
|
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;
|
|
237
274
|
|
|
238
275
|
interface RangeInputProps {
|
|
239
276
|
label: string;
|
|
@@ -305,6 +342,7 @@ interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
|
305
342
|
disabled?: boolean;
|
|
306
343
|
link?: string;
|
|
307
344
|
isLoading?: boolean;
|
|
345
|
+
isShimmering?: boolean;
|
|
308
346
|
showLoader?: boolean;
|
|
309
347
|
loaderSize?: LoaderSize;
|
|
310
348
|
chip?: ChipProps;
|
|
@@ -314,7 +352,7 @@ interface ButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
|
314
352
|
}
|
|
315
353
|
type LoaderSize = "sm" | "md" | "lg";
|
|
316
354
|
declare const buttonRoundedClassMap: Record<ButtonSize, Record<ButtonVariant, string>>;
|
|
317
|
-
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;
|
|
318
356
|
|
|
319
357
|
interface FeeButtonProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
320
358
|
feeInUsd?: string;
|
|
@@ -332,8 +370,6 @@ declare function FilterButton({ selected, numApplied, onClick, }: FilterButtonPr
|
|
|
332
370
|
|
|
333
371
|
interface IconButtonProps extends React.ComponentProps<"button"> {
|
|
334
372
|
icon: React.ReactNode;
|
|
335
|
-
size?: number;
|
|
336
|
-
variant?: "rounded" | "circle";
|
|
337
373
|
}
|
|
338
374
|
declare const IconButton: react.ForwardRefExoticComponent<Omit<IconButtonProps, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
339
375
|
|
|
@@ -344,6 +380,19 @@ interface SettingsButtonProps {
|
|
|
344
380
|
}
|
|
345
381
|
declare function SettingsButton({ label, isSelected, onClick, }: SettingsButtonProps): react_jsx_runtime.JSX.Element;
|
|
346
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
|
+
|
|
347
396
|
declare function Approve(): react_jsx_runtime.JSX.Element;
|
|
348
397
|
|
|
349
398
|
declare function ArrowRightIcon(): react_jsx_runtime.JSX.Element;
|
|
@@ -361,13 +410,8 @@ declare function ChevronArrowIcon({ size, className, }: {
|
|
|
361
410
|
size?: string;
|
|
362
411
|
className?: string;
|
|
363
412
|
}): react_jsx_runtime.JSX.Element;
|
|
364
|
-
declare function ArrowTriangle({ className
|
|
365
|
-
className?: string;
|
|
366
|
-
size?: string;
|
|
367
|
-
}): react_jsx_runtime.JSX.Element;
|
|
368
|
-
declare function ArrowCornerDownLeftIcon({ className, size, }: {
|
|
413
|
+
declare function ArrowTriangle({ className }: {
|
|
369
414
|
className?: string;
|
|
370
|
-
size?: string;
|
|
371
415
|
}): react_jsx_runtime.JSX.Element;
|
|
372
416
|
declare function PauseIcon({ size, className, }: {
|
|
373
417
|
size?: string;
|
|
@@ -546,6 +590,13 @@ declare function PowerIcon({ size, className, }: {
|
|
|
546
590
|
className?: string;
|
|
547
591
|
}): react_jsx_runtime.JSX.Element;
|
|
548
592
|
|
|
593
|
+
declare function CrossAnimatedIcon({ size, isOpen, transitionDuration, className, }: {
|
|
594
|
+
size?: number;
|
|
595
|
+
isOpen?: boolean;
|
|
596
|
+
transitionDuration?: React.CSSProperties["transitionDuration"];
|
|
597
|
+
className?: string;
|
|
598
|
+
}): react_jsx_runtime.JSX.Element;
|
|
599
|
+
|
|
549
600
|
declare function DashboardFast({ size, className, }: {
|
|
550
601
|
size?: string;
|
|
551
602
|
className?: string;
|
|
@@ -712,35 +763,6 @@ declare function CircleCheckIcon({ className, size, }: {
|
|
|
712
763
|
className?: string;
|
|
713
764
|
size?: string;
|
|
714
765
|
}): react_jsx_runtime.JSX.Element;
|
|
715
|
-
declare function EscKeyIcon({ className, width, height, }: {
|
|
716
|
-
className?: string;
|
|
717
|
-
width?: string;
|
|
718
|
-
height?: string;
|
|
719
|
-
}): react_jsx_runtime.JSX.Element;
|
|
720
|
-
declare function StarFilledIcon({ className, size, }: {
|
|
721
|
-
className?: string;
|
|
722
|
-
size?: string;
|
|
723
|
-
}): react_jsx_runtime.JSX.Element;
|
|
724
|
-
declare function StarOutlinedIcon({ className, size, }: {
|
|
725
|
-
className?: string;
|
|
726
|
-
size?: string;
|
|
727
|
-
}): react_jsx_runtime.JSX.Element;
|
|
728
|
-
declare function FireIcon({ className, size, }: {
|
|
729
|
-
className?: string;
|
|
730
|
-
size?: string;
|
|
731
|
-
}): react_jsx_runtime.JSX.Element;
|
|
732
|
-
declare function TrophyIcon({ size, className, }: {
|
|
733
|
-
size?: string;
|
|
734
|
-
className?: string;
|
|
735
|
-
}): react_jsx_runtime.JSX.Element;
|
|
736
|
-
declare function SearchMenuIcon({ size, className, }: {
|
|
737
|
-
size?: string;
|
|
738
|
-
className?: string;
|
|
739
|
-
}): react_jsx_runtime.JSX.Element;
|
|
740
|
-
declare function MoneyBagSolidIcon({ size, className, }: {
|
|
741
|
-
size?: string;
|
|
742
|
-
className?: string;
|
|
743
|
-
}): react_jsx_runtime.JSX.Element;
|
|
744
766
|
|
|
745
767
|
declare function EmptyHeartIcon({ className }: {
|
|
746
768
|
className?: string;
|
|
@@ -824,6 +846,19 @@ declare function MaxIcon(): react_jsx_runtime.JSX.Element;
|
|
|
824
846
|
|
|
825
847
|
declare function NotAllowedIcon(): react_jsx_runtime.JSX.Element;
|
|
826
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
|
+
|
|
827
862
|
declare function PercentIcon({ size, className, }: {
|
|
828
863
|
size?: string;
|
|
829
864
|
className?: string;
|
|
@@ -891,7 +926,10 @@ declare function SquidVector({ size, className, }: {
|
|
|
891
926
|
className?: string;
|
|
892
927
|
}): react_jsx_runtime.JSX.Element;
|
|
893
928
|
|
|
894
|
-
declare function SwapInputsIcon(
|
|
929
|
+
declare function SwapInputsIcon({ size, className, }: {
|
|
930
|
+
size?: string;
|
|
931
|
+
className?: string;
|
|
932
|
+
}): react_jsx_runtime.JSX.Element;
|
|
895
933
|
declare function SwapIcon({ size, className, }: {
|
|
896
934
|
size?: string;
|
|
897
935
|
className?: string;
|
|
@@ -937,7 +975,7 @@ declare function TriangleExclamation(): react_jsx_runtime.JSX.Element;
|
|
|
937
975
|
declare function WalletIcon({ size }: {
|
|
938
976
|
size?: string;
|
|
939
977
|
}): react_jsx_runtime.JSX.Element;
|
|
940
|
-
declare function
|
|
978
|
+
declare function WalletFilledIcon({ size }: {
|
|
941
979
|
size?: string;
|
|
942
980
|
}): react_jsx_runtime.JSX.Element;
|
|
943
981
|
|
|
@@ -982,528 +1020,8 @@ interface AppContainerProps extends ComponentProps<typeof motion.div> {
|
|
|
982
1020
|
}
|
|
983
1021
|
declare function AppContainer({ children, className, layoutKey, ...props }: AppContainerProps): react_jsx_runtime.JSX.Element;
|
|
984
1022
|
declare namespace AppContainer {
|
|
985
|
-
var Nav: ({ className, children, ...props }:
|
|
986
|
-
|
|
987
|
-
slot?: string | undefined;
|
|
988
|
-
title?: string | undefined;
|
|
989
|
-
hidden?: boolean | undefined;
|
|
990
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
991
|
-
className?: string | undefined;
|
|
992
|
-
id?: string | undefined;
|
|
993
|
-
lang?: string | undefined;
|
|
994
|
-
role?: react.AriaRole | undefined;
|
|
995
|
-
tabIndex?: number | undefined;
|
|
996
|
-
"aria-activedescendant"?: string | undefined;
|
|
997
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
998
|
-
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
999
|
-
"aria-braillelabel"?: string | undefined;
|
|
1000
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
1001
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1002
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1003
|
-
"aria-colcount"?: number | undefined;
|
|
1004
|
-
"aria-colindex"?: number | undefined;
|
|
1005
|
-
"aria-colindextext"?: string | undefined;
|
|
1006
|
-
"aria-colspan"?: number | undefined;
|
|
1007
|
-
"aria-controls"?: string | undefined;
|
|
1008
|
-
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
1009
|
-
"aria-describedby"?: string | undefined;
|
|
1010
|
-
"aria-description"?: string | undefined;
|
|
1011
|
-
"aria-details"?: string | undefined;
|
|
1012
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1013
|
-
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1014
|
-
"aria-errormessage"?: string | undefined;
|
|
1015
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1016
|
-
"aria-flowto"?: string | undefined;
|
|
1017
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1018
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
1019
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1020
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1021
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
1022
|
-
"aria-label"?: string | undefined;
|
|
1023
|
-
"aria-labelledby"?: string | undefined;
|
|
1024
|
-
"aria-level"?: number | undefined;
|
|
1025
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1026
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1027
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1028
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1029
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1030
|
-
"aria-owns"?: string | undefined;
|
|
1031
|
-
"aria-placeholder"?: string | undefined;
|
|
1032
|
-
"aria-posinset"?: number | undefined;
|
|
1033
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1034
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1035
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1036
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1037
|
-
"aria-roledescription"?: string | undefined;
|
|
1038
|
-
"aria-rowcount"?: number | undefined;
|
|
1039
|
-
"aria-rowindex"?: number | undefined;
|
|
1040
|
-
"aria-rowindextext"?: string | undefined;
|
|
1041
|
-
"aria-rowspan"?: number | undefined;
|
|
1042
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1043
|
-
"aria-setsize"?: number | undefined;
|
|
1044
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1045
|
-
"aria-valuemax"?: number | undefined;
|
|
1046
|
-
"aria-valuemin"?: number | undefined;
|
|
1047
|
-
"aria-valuenow"?: number | undefined;
|
|
1048
|
-
"aria-valuetext"?: string | undefined;
|
|
1049
|
-
defaultChecked?: boolean | undefined;
|
|
1050
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
1051
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
1052
|
-
accessKey?: string | undefined;
|
|
1053
|
-
autoFocus?: boolean | undefined;
|
|
1054
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1055
|
-
contextMenu?: string | undefined;
|
|
1056
|
-
dir?: string | undefined;
|
|
1057
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
1058
|
-
nonce?: string | undefined;
|
|
1059
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1060
|
-
translate?: "no" | "yes" | undefined;
|
|
1061
|
-
radioGroup?: string | undefined;
|
|
1062
|
-
about?: string | undefined;
|
|
1063
|
-
content?: string | undefined;
|
|
1064
|
-
datatype?: string | undefined;
|
|
1065
|
-
inlist?: any;
|
|
1066
|
-
prefix?: string | undefined;
|
|
1067
|
-
property?: string | undefined;
|
|
1068
|
-
rel?: string | undefined;
|
|
1069
|
-
resource?: string | undefined;
|
|
1070
|
-
rev?: string | undefined;
|
|
1071
|
-
typeof?: string | undefined;
|
|
1072
|
-
vocab?: string | undefined;
|
|
1073
|
-
autoCapitalize?: string | undefined;
|
|
1074
|
-
autoCorrect?: string | undefined;
|
|
1075
|
-
autoSave?: string | undefined;
|
|
1076
|
-
itemProp?: string | undefined;
|
|
1077
|
-
itemScope?: boolean | undefined;
|
|
1078
|
-
itemType?: string | undefined;
|
|
1079
|
-
itemID?: string | undefined;
|
|
1080
|
-
itemRef?: string | undefined;
|
|
1081
|
-
results?: number | undefined;
|
|
1082
|
-
security?: string | undefined;
|
|
1083
|
-
unselectable?: "off" | "on" | undefined;
|
|
1084
|
-
inputMode?: "none" | "search" | "text" | "numeric" | "email" | "tel" | "url" | "decimal" | undefined;
|
|
1085
|
-
is?: string | undefined;
|
|
1086
|
-
dangerouslySetInnerHTML?: {
|
|
1087
|
-
__html: string | TrustedHTML;
|
|
1088
|
-
} | undefined;
|
|
1089
|
-
onCopy?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1090
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1091
|
-
onCut?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1092
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1093
|
-
onPaste?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1094
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1095
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1096
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1097
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1098
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1099
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1100
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1101
|
-
onFocus?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1102
|
-
onFocusCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1103
|
-
onBlur?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1104
|
-
onBlurCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1105
|
-
onChange?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1106
|
-
onChangeCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1107
|
-
onBeforeInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1108
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1109
|
-
onInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1110
|
-
onInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1111
|
-
onReset?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1112
|
-
onResetCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1113
|
-
onSubmit?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1114
|
-
onSubmitCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1115
|
-
onInvalid?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1116
|
-
onInvalidCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1117
|
-
onLoad?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1118
|
-
onLoadCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1119
|
-
onError?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1120
|
-
onErrorCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1121
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1122
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1123
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1124
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1125
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1126
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1127
|
-
onAbort?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1128
|
-
onAbortCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1129
|
-
onCanPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1130
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1131
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1132
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1133
|
-
onDurationChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1134
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1135
|
-
onEmptied?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1136
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1137
|
-
onEncrypted?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1138
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1139
|
-
onEnded?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1140
|
-
onEndedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1141
|
-
onLoadedData?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1142
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1143
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1144
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1145
|
-
onLoadStart?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1146
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1147
|
-
onPause?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1148
|
-
onPauseCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1149
|
-
onPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1150
|
-
onPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1151
|
-
onPlaying?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1152
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1153
|
-
onProgress?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1154
|
-
onProgressCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1155
|
-
onRateChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1156
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1157
|
-
onResize?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1158
|
-
onResizeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1159
|
-
onSeeked?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1160
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1161
|
-
onSeeking?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1162
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1163
|
-
onStalled?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1164
|
-
onStalledCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1165
|
-
onSuspend?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1166
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1167
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1168
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1169
|
-
onVolumeChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1170
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1171
|
-
onWaiting?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1172
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1173
|
-
onAuxClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1174
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1175
|
-
onClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1176
|
-
onClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1177
|
-
onContextMenu?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1178
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1179
|
-
onDoubleClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1180
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1181
|
-
onDragCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1182
|
-
onDragEndCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1183
|
-
onDragEnter?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1184
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1185
|
-
onDragExit?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1186
|
-
onDragExitCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1187
|
-
onDragLeave?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1188
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1189
|
-
onDragOver?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1190
|
-
onDragOverCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1191
|
-
onDragStartCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1192
|
-
onDrop?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1193
|
-
onDropCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1194
|
-
onMouseDown?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1195
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1196
|
-
onMouseEnter?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1197
|
-
onMouseLeave?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1198
|
-
onMouseMove?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1199
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1200
|
-
onMouseOut?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1201
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1202
|
-
onMouseOver?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1203
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1204
|
-
onMouseUp?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1205
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1206
|
-
onSelect?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1207
|
-
onSelectCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1208
|
-
onTouchCancel?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1209
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1210
|
-
onTouchEnd?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1211
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1212
|
-
onTouchMove?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1213
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1214
|
-
onTouchStart?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1215
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1216
|
-
onPointerDown?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1217
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1218
|
-
onPointerMove?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1219
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1220
|
-
onPointerUp?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1221
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1222
|
-
onPointerCancel?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1223
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1224
|
-
onPointerEnter?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1225
|
-
onPointerLeave?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1226
|
-
onPointerOver?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1227
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1228
|
-
onPointerOut?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1229
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1230
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1231
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1232
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1233
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1234
|
-
onScroll?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1235
|
-
onScrollCapture?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1236
|
-
onWheel?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1237
|
-
onWheelCapture?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1238
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1239
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1240
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1241
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1242
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1243
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1244
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1245
|
-
} & framer_motion.MotionProps & react.RefAttributes<HTMLDivElement>) => react_jsx_runtime.JSX.Element;
|
|
1246
|
-
var Content: (props: {
|
|
1247
|
-
color?: string | undefined;
|
|
1248
|
-
slot?: string | undefined;
|
|
1249
|
-
title?: string | undefined;
|
|
1250
|
-
hidden?: boolean | undefined;
|
|
1251
|
-
suppressHydrationWarning?: boolean | undefined;
|
|
1252
|
-
className?: string | undefined;
|
|
1253
|
-
id?: string | undefined;
|
|
1254
|
-
lang?: string | undefined;
|
|
1255
|
-
role?: react.AriaRole | undefined;
|
|
1256
|
-
tabIndex?: number | undefined;
|
|
1257
|
-
"aria-activedescendant"?: string | undefined;
|
|
1258
|
-
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
1259
|
-
"aria-autocomplete"?: "none" | "list" | "inline" | "both" | undefined;
|
|
1260
|
-
"aria-braillelabel"?: string | undefined;
|
|
1261
|
-
"aria-brailleroledescription"?: string | undefined;
|
|
1262
|
-
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
1263
|
-
"aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1264
|
-
"aria-colcount"?: number | undefined;
|
|
1265
|
-
"aria-colindex"?: number | undefined;
|
|
1266
|
-
"aria-colindextext"?: string | undefined;
|
|
1267
|
-
"aria-colspan"?: number | undefined;
|
|
1268
|
-
"aria-controls"?: string | undefined;
|
|
1269
|
-
"aria-current"?: boolean | "time" | "true" | "false" | "page" | "step" | "location" | "date" | undefined;
|
|
1270
|
-
"aria-describedby"?: string | undefined;
|
|
1271
|
-
"aria-description"?: string | undefined;
|
|
1272
|
-
"aria-details"?: string | undefined;
|
|
1273
|
-
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
1274
|
-
"aria-dropeffect"?: "none" | "link" | "copy" | "execute" | "move" | "popup" | undefined;
|
|
1275
|
-
"aria-errormessage"?: string | undefined;
|
|
1276
|
-
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
1277
|
-
"aria-flowto"?: string | undefined;
|
|
1278
|
-
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
1279
|
-
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
|
|
1280
|
-
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
1281
|
-
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
1282
|
-
"aria-keyshortcuts"?: string | undefined;
|
|
1283
|
-
"aria-label"?: string | undefined;
|
|
1284
|
-
"aria-labelledby"?: string | undefined;
|
|
1285
|
-
"aria-level"?: number | undefined;
|
|
1286
|
-
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
1287
|
-
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
1288
|
-
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
1289
|
-
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
1290
|
-
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
1291
|
-
"aria-owns"?: string | undefined;
|
|
1292
|
-
"aria-placeholder"?: string | undefined;
|
|
1293
|
-
"aria-posinset"?: number | undefined;
|
|
1294
|
-
"aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
|
|
1295
|
-
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
1296
|
-
"aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
1297
|
-
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
1298
|
-
"aria-roledescription"?: string | undefined;
|
|
1299
|
-
"aria-rowcount"?: number | undefined;
|
|
1300
|
-
"aria-rowindex"?: number | undefined;
|
|
1301
|
-
"aria-rowindextext"?: string | undefined;
|
|
1302
|
-
"aria-rowspan"?: number | undefined;
|
|
1303
|
-
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
1304
|
-
"aria-setsize"?: number | undefined;
|
|
1305
|
-
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
1306
|
-
"aria-valuemax"?: number | undefined;
|
|
1307
|
-
"aria-valuemin"?: number | undefined;
|
|
1308
|
-
"aria-valuenow"?: number | undefined;
|
|
1309
|
-
"aria-valuetext"?: string | undefined;
|
|
1310
|
-
defaultChecked?: boolean | undefined;
|
|
1311
|
-
defaultValue?: string | number | readonly string[] | undefined;
|
|
1312
|
-
suppressContentEditableWarning?: boolean | undefined;
|
|
1313
|
-
accessKey?: string | undefined;
|
|
1314
|
-
autoFocus?: boolean | undefined;
|
|
1315
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
1316
|
-
contextMenu?: string | undefined;
|
|
1317
|
-
dir?: string | undefined;
|
|
1318
|
-
draggable?: (boolean | "true" | "false") | undefined;
|
|
1319
|
-
nonce?: string | undefined;
|
|
1320
|
-
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
1321
|
-
translate?: "no" | "yes" | undefined;
|
|
1322
|
-
radioGroup?: string | undefined;
|
|
1323
|
-
about?: string | undefined;
|
|
1324
|
-
content?: string | undefined;
|
|
1325
|
-
datatype?: string | undefined;
|
|
1326
|
-
inlist?: any;
|
|
1327
|
-
prefix?: string | undefined;
|
|
1328
|
-
property?: string | undefined;
|
|
1329
|
-
rel?: string | undefined;
|
|
1330
|
-
resource?: string | undefined;
|
|
1331
|
-
rev?: string | undefined;
|
|
1332
|
-
typeof?: string | undefined;
|
|
1333
|
-
vocab?: string | undefined;
|
|
1334
|
-
autoCapitalize?: string | undefined;
|
|
1335
|
-
autoCorrect?: string | undefined;
|
|
1336
|
-
autoSave?: string | undefined;
|
|
1337
|
-
itemProp?: string | undefined;
|
|
1338
|
-
itemScope?: boolean | undefined;
|
|
1339
|
-
itemType?: string | undefined;
|
|
1340
|
-
itemID?: string | undefined;
|
|
1341
|
-
itemRef?: string | undefined;
|
|
1342
|
-
results?: number | undefined;
|
|
1343
|
-
security?: string | undefined;
|
|
1344
|
-
unselectable?: "off" | "on" | undefined;
|
|
1345
|
-
inputMode?: "none" | "search" | "text" | "numeric" | "email" | "tel" | "url" | "decimal" | undefined;
|
|
1346
|
-
is?: string | undefined;
|
|
1347
|
-
dangerouslySetInnerHTML?: {
|
|
1348
|
-
__html: string | TrustedHTML;
|
|
1349
|
-
} | undefined;
|
|
1350
|
-
onCopy?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1351
|
-
onCopyCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1352
|
-
onCut?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1353
|
-
onCutCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1354
|
-
onPaste?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1355
|
-
onPasteCapture?: react.ClipboardEventHandler<HTMLDivElement> | undefined;
|
|
1356
|
-
onCompositionEnd?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1357
|
-
onCompositionEndCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1358
|
-
onCompositionStart?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1359
|
-
onCompositionStartCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1360
|
-
onCompositionUpdate?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1361
|
-
onCompositionUpdateCapture?: react.CompositionEventHandler<HTMLDivElement> | undefined;
|
|
1362
|
-
onFocus?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1363
|
-
onFocusCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1364
|
-
onBlur?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1365
|
-
onBlurCapture?: react.FocusEventHandler<HTMLDivElement> | undefined;
|
|
1366
|
-
onChange?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1367
|
-
onChangeCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1368
|
-
onBeforeInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1369
|
-
onBeforeInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1370
|
-
onInput?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1371
|
-
onInputCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1372
|
-
onReset?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1373
|
-
onResetCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1374
|
-
onSubmit?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1375
|
-
onSubmitCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1376
|
-
onInvalid?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1377
|
-
onInvalidCapture?: react.FormEventHandler<HTMLDivElement> | undefined;
|
|
1378
|
-
onLoad?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1379
|
-
onLoadCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1380
|
-
onError?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1381
|
-
onErrorCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1382
|
-
onKeyDown?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1383
|
-
onKeyDownCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1384
|
-
onKeyPress?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1385
|
-
onKeyPressCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1386
|
-
onKeyUp?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1387
|
-
onKeyUpCapture?: react.KeyboardEventHandler<HTMLDivElement> | undefined;
|
|
1388
|
-
onAbort?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1389
|
-
onAbortCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1390
|
-
onCanPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1391
|
-
onCanPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1392
|
-
onCanPlayThrough?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1393
|
-
onCanPlayThroughCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1394
|
-
onDurationChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1395
|
-
onDurationChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1396
|
-
onEmptied?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1397
|
-
onEmptiedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1398
|
-
onEncrypted?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1399
|
-
onEncryptedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1400
|
-
onEnded?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1401
|
-
onEndedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1402
|
-
onLoadedData?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1403
|
-
onLoadedDataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1404
|
-
onLoadedMetadata?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1405
|
-
onLoadedMetadataCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1406
|
-
onLoadStart?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1407
|
-
onLoadStartCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1408
|
-
onPause?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1409
|
-
onPauseCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1410
|
-
onPlay?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1411
|
-
onPlayCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1412
|
-
onPlaying?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1413
|
-
onPlayingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1414
|
-
onProgress?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1415
|
-
onProgressCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1416
|
-
onRateChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1417
|
-
onRateChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1418
|
-
onResize?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1419
|
-
onResizeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1420
|
-
onSeeked?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1421
|
-
onSeekedCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1422
|
-
onSeeking?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1423
|
-
onSeekingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1424
|
-
onStalled?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1425
|
-
onStalledCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1426
|
-
onSuspend?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1427
|
-
onSuspendCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1428
|
-
onTimeUpdate?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1429
|
-
onTimeUpdateCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1430
|
-
onVolumeChange?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1431
|
-
onVolumeChangeCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1432
|
-
onWaiting?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1433
|
-
onWaitingCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1434
|
-
onAuxClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1435
|
-
onAuxClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1436
|
-
onClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1437
|
-
onClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1438
|
-
onContextMenu?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1439
|
-
onContextMenuCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1440
|
-
onDoubleClick?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1441
|
-
onDoubleClickCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1442
|
-
onDragCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1443
|
-
onDragEndCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1444
|
-
onDragEnter?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1445
|
-
onDragEnterCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1446
|
-
onDragExit?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1447
|
-
onDragExitCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1448
|
-
onDragLeave?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1449
|
-
onDragLeaveCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1450
|
-
onDragOver?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1451
|
-
onDragOverCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1452
|
-
onDragStartCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1453
|
-
onDrop?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1454
|
-
onDropCapture?: react.DragEventHandler<HTMLDivElement> | undefined;
|
|
1455
|
-
onMouseDown?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1456
|
-
onMouseDownCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1457
|
-
onMouseEnter?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1458
|
-
onMouseLeave?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1459
|
-
onMouseMove?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1460
|
-
onMouseMoveCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1461
|
-
onMouseOut?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1462
|
-
onMouseOutCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1463
|
-
onMouseOver?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1464
|
-
onMouseOverCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1465
|
-
onMouseUp?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1466
|
-
onMouseUpCapture?: react.MouseEventHandler<HTMLDivElement> | undefined;
|
|
1467
|
-
onSelect?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1468
|
-
onSelectCapture?: react.ReactEventHandler<HTMLDivElement> | undefined;
|
|
1469
|
-
onTouchCancel?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1470
|
-
onTouchCancelCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1471
|
-
onTouchEnd?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1472
|
-
onTouchEndCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1473
|
-
onTouchMove?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1474
|
-
onTouchMoveCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1475
|
-
onTouchStart?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1476
|
-
onTouchStartCapture?: react.TouchEventHandler<HTMLDivElement> | undefined;
|
|
1477
|
-
onPointerDown?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1478
|
-
onPointerDownCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1479
|
-
onPointerMove?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1480
|
-
onPointerMoveCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1481
|
-
onPointerUp?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1482
|
-
onPointerUpCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1483
|
-
onPointerCancel?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1484
|
-
onPointerCancelCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1485
|
-
onPointerEnter?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1486
|
-
onPointerLeave?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1487
|
-
onPointerOver?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1488
|
-
onPointerOverCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1489
|
-
onPointerOut?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1490
|
-
onPointerOutCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1491
|
-
onGotPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1492
|
-
onGotPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1493
|
-
onLostPointerCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1494
|
-
onLostPointerCaptureCapture?: react.PointerEventHandler<HTMLDivElement> | undefined;
|
|
1495
|
-
onScroll?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1496
|
-
onScrollCapture?: react.UIEventHandler<HTMLDivElement> | undefined;
|
|
1497
|
-
onWheel?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1498
|
-
onWheelCapture?: react.WheelEventHandler<HTMLDivElement> | undefined;
|
|
1499
|
-
onAnimationStartCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1500
|
-
onAnimationEnd?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1501
|
-
onAnimationEndCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1502
|
-
onAnimationIteration?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1503
|
-
onAnimationIterationCapture?: react.AnimationEventHandler<HTMLDivElement> | undefined;
|
|
1504
|
-
onTransitionEnd?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1505
|
-
onTransitionEndCapture?: react.TransitionEventHandler<HTMLDivElement> | undefined;
|
|
1506
|
-
} & 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;
|
|
1507
1025
|
}
|
|
1508
1026
|
|
|
1509
1027
|
interface BoostProps {
|
|
@@ -1605,7 +1123,6 @@ interface DropdownMenuProps {
|
|
|
1605
1123
|
trigger?: React.ReactNode;
|
|
1606
1124
|
}
|
|
1607
1125
|
declare function DropdownMenu({ dropdownRef, className, menuRef, isHidden, listClassName, containerClassName, children, contentWrapperProps, menuContentClassName, trigger, }: DropdownMenuProps): react_jsx_runtime.JSX.Element;
|
|
1608
|
-
declare function DropdownMenuSeparator(): react_jsx_runtime.JSX.Element;
|
|
1609
1126
|
|
|
1610
1127
|
type ErrorMessageProps = {
|
|
1611
1128
|
message: string;
|
|
@@ -1707,8 +1224,9 @@ interface NavigationBarProps extends React.ComponentProps<"nav"> {
|
|
|
1707
1224
|
actions?: ActionButton[];
|
|
1708
1225
|
isLoading?: boolean;
|
|
1709
1226
|
subtitle?: string;
|
|
1227
|
+
paddingRight?: number;
|
|
1710
1228
|
}
|
|
1711
|
-
declare function NavigationBar({ title, displayBackButton, logoUrl, transparent, displayButtonShadows, onBackButtonClick, actions, isLoading, subtitle, ...props }: NavigationBarProps): react_jsx_runtime.JSX.Element;
|
|
1229
|
+
declare function NavigationBar({ title, displayBackButton, logoUrl, transparent, displayButtonShadows, onBackButtonClick, actions, isLoading, subtitle, paddingRight, ...props }: NavigationBarProps): react_jsx_runtime.JSX.Element;
|
|
1712
1230
|
|
|
1713
1231
|
declare function PipeSeparator(props: ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
1714
1232
|
|
|
@@ -1720,6 +1238,19 @@ declare function BorderedContainer({ children, className, }: {
|
|
|
1720
1238
|
|
|
1721
1239
|
declare function ProfileHeaderBackground(): react_jsx_runtime.JSX.Element;
|
|
1722
1240
|
|
|
1241
|
+
interface AddressHeaderProps {
|
|
1242
|
+
direction: SwapDirection;
|
|
1243
|
+
onClick?: () => void;
|
|
1244
|
+
isDisabled?: boolean;
|
|
1245
|
+
tooltip?: Omit<TooltipProps, "children">;
|
|
1246
|
+
label: string;
|
|
1247
|
+
walletIconUrl?: string | null;
|
|
1248
|
+
isLoading?: boolean;
|
|
1249
|
+
displayLabel?: boolean;
|
|
1250
|
+
highlightLabel?: boolean;
|
|
1251
|
+
showIcon?: boolean;
|
|
1252
|
+
}
|
|
1253
|
+
declare const AddressHeader: ({ direction, onClick, isDisabled, tooltip, label, walletIconUrl, isLoading, displayLabel, highlightLabel, showIcon, }: AddressHeaderProps) => react_jsx_runtime.JSX.Element;
|
|
1723
1254
|
interface SwapConfigurationProps {
|
|
1724
1255
|
direction: SwapDirection;
|
|
1725
1256
|
priceImpactPercentage?: string;
|
|
@@ -1766,12 +1297,15 @@ interface SwapConfigurationProps {
|
|
|
1766
1297
|
address?: string;
|
|
1767
1298
|
emptyAddressLabel?: string;
|
|
1768
1299
|
disabled?: boolean;
|
|
1300
|
+
walletIconUrl?: string | null;
|
|
1301
|
+
showIcon?: boolean;
|
|
1769
1302
|
};
|
|
1770
1303
|
showNumericInputDetails?: boolean;
|
|
1771
1304
|
fullHeight?: boolean;
|
|
1772
1305
|
debounceInput?: boolean;
|
|
1306
|
+
showWalletButtonHeader?: boolean;
|
|
1773
1307
|
}
|
|
1774
|
-
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, }: SwapConfigurationProps): react_jsx_runtime.JSX.Element;
|
|
1308
|
+
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;
|
|
1775
1309
|
|
|
1776
1310
|
interface SwapStepsCollapsedFooterButton {
|
|
1777
1311
|
label: string;
|
|
@@ -1809,7 +1343,7 @@ interface Chain {
|
|
|
1809
1343
|
name: string;
|
|
1810
1344
|
image: string;
|
|
1811
1345
|
}
|
|
1812
|
-
type Timeframe = "
|
|
1346
|
+
type Timeframe = "1H" | "1D" | "1W" | "1Y";
|
|
1813
1347
|
interface TokenDetailsViewProps {
|
|
1814
1348
|
isOpen: boolean;
|
|
1815
1349
|
onClose: () => void;
|
|
@@ -1841,11 +1375,6 @@ interface FooterButtonProps extends React.ComponentProps<"button"> {
|
|
|
1841
1375
|
label: string;
|
|
1842
1376
|
icon: React.ReactNode;
|
|
1843
1377
|
}
|
|
1844
|
-
declare const TimeframeChip: ({ label, isSelected, onClick, }: {
|
|
1845
|
-
label: Timeframe;
|
|
1846
|
-
isSelected: boolean;
|
|
1847
|
-
onClick: () => void;
|
|
1848
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
1849
1378
|
declare const TokenDetailsView: ({ isOpen, onClose, token, chain, tokenPrice, priceChange, balance, balanceUSD, volume24h, marketCap, totalSupply, loading, onLikeToken, isFavorite, Chart, initialTimeframe, onTimeframeChange, footerButtons, backdropStyle, colors, }: TokenDetailsViewProps) => react_jsx_runtime.JSX.Element;
|
|
1850
1379
|
|
|
1851
1380
|
interface TokenPairProps {
|
|
@@ -2230,8 +1759,9 @@ interface HistoryItemProps {
|
|
|
2230
1759
|
onClick?: () => void;
|
|
2231
1760
|
warningLabel?: string;
|
|
2232
1761
|
dropdownMenuContent?: React.ReactNode;
|
|
1762
|
+
txType: "swap" | "send";
|
|
2233
1763
|
}
|
|
2234
|
-
declare function HistoryItem({ firstImageUrl, secondImageUrl, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, dropdownMenuContent, itemsContainerRef, status, warningLabel, onClick, }: HistoryItemProps): react_jsx_runtime.JSX.Element;
|
|
1764
|
+
declare function HistoryItem({ firstImageUrl, secondImageUrl, dateCompleted, fromAmount, fromLabel, toAmount, toLabel, dropdownMenuContent, itemsContainerRef, status, warningLabel, txType, onClick, }: HistoryItemProps): react_jsx_runtime.JSX.Element;
|
|
2235
1765
|
|
|
2236
1766
|
type HTMLInteractiveItem = HTMLButtonElement | HTMLDivElement | HTMLLabelElement;
|
|
2237
1767
|
interface ListItemProps extends React.HTMLAttributes<HTMLButtonElement> {
|
|
@@ -2386,9 +1916,8 @@ interface TokenGroupProps<T> {
|
|
|
2386
1916
|
onChildClick?: (tokenProps: T) => void;
|
|
2387
1917
|
isAdjacentToPreviousExpanded?: boolean;
|
|
2388
1918
|
isAdjacentToNextExpanded?: boolean;
|
|
2389
|
-
action?: React.ReactNode;
|
|
2390
1919
|
}
|
|
2391
|
-
declare function TokenGroup<T extends TokenGroupProps<T>>({ isSelected, tokenItems, priceChange, balance, balanceUsd, extraSpacing, chainImageUrl, imageUrl, symbol, name, onClick, variant, className, onChildClick, isAdjacentToPreviousExpanded, isAdjacentToNextExpanded,
|
|
1920
|
+
declare function TokenGroup<T extends TokenGroupProps<T>>({ isSelected, tokenItems, priceChange, balance, balanceUsd, extraSpacing, chainImageUrl, imageUrl, symbol, name, onClick, variant, className, onChildClick, isAdjacentToPreviousExpanded, isAdjacentToNextExpanded, }: TokenGroupProps<T>): react_jsx_runtime.JSX.Element;
|
|
2392
1921
|
|
|
2393
1922
|
interface TokenGroupsProps<T extends TokenGroupProps<T>> {
|
|
2394
1923
|
groups: T[];
|
|
@@ -2791,7 +2320,7 @@ interface Token {
|
|
|
2791
2320
|
logoUrl: string;
|
|
2792
2321
|
bgColor: string;
|
|
2793
2322
|
}
|
|
2794
|
-
declare function SwapProgressView({ steps, isOpen, handleClose, handleComplete, supportLink, fromAmount, fromChain, fromToken, toAmount, toChain, toToken, fromAddressFormatted, toAddressFormatted, swapState, estimatedTimeToComplete, footerButton, refundTokenSymbol, addGasLink, shareSwapDropdownContent, }: {
|
|
2323
|
+
declare function SwapProgressView({ steps, isOpen, handleClose, handleComplete, supportLink, fromAmount, fromChain, fromToken, toAmount, toChain, toToken, fromAddressFormatted, toAddressFormatted, swapState, estimatedTimeToComplete, footerButton, refundTokenSymbol, addGasLink, shareSwapDropdownContent, isSendTransaction, }: {
|
|
2795
2324
|
steps: SwapStep[];
|
|
2796
2325
|
handleClose?: (swapState: SwapState) => void;
|
|
2797
2326
|
handleComplete?: () => void;
|
|
@@ -2811,6 +2340,7 @@ declare function SwapProgressView({ steps, isOpen, handleClose, handleComplete,
|
|
|
2811
2340
|
footerButton?: SwapStepsCollapsedFooterButton;
|
|
2812
2341
|
refundTokenSymbol?: string;
|
|
2813
2342
|
addGasLink?: string;
|
|
2343
|
+
isSendTransaction?: boolean;
|
|
2814
2344
|
}): react_jsx_runtime.JSX.Element;
|
|
2815
2345
|
|
|
2816
2346
|
interface BaseTransactionViewProps {
|
|
@@ -2942,36 +2472,6 @@ interface TransactionViewLayoutProps extends ComponentProps<"div"> {
|
|
|
2942
2472
|
}
|
|
2943
2473
|
declare function TransactionViewLayout({ isLoading, header, properties, actions, fees, ...props }: TransactionViewLayoutProps): react_jsx_runtime.JSX.Element;
|
|
2944
2474
|
|
|
2945
|
-
interface MarketStat {
|
|
2946
|
-
label: string;
|
|
2947
|
-
value: string;
|
|
2948
|
-
}
|
|
2949
|
-
interface ChartMenuItem {
|
|
2950
|
-
id: string;
|
|
2951
|
-
label: string;
|
|
2952
|
-
icon?: React.ReactNode;
|
|
2953
|
-
}
|
|
2954
|
-
interface DexChartProps {
|
|
2955
|
-
price: string;
|
|
2956
|
-
priceChange: string | number;
|
|
2957
|
-
isPositive?: boolean;
|
|
2958
|
-
selectedTimeSpan: Timeframe;
|
|
2959
|
-
onTimeSpanChange: (timeSpan: Timeframe) => void;
|
|
2960
|
-
menuItems?: ChartMenuItem[];
|
|
2961
|
-
onMenuItemClick?: (itemId: string) => void;
|
|
2962
|
-
onSettingsOpen?: () => void;
|
|
2963
|
-
isMenuOpen?: boolean;
|
|
2964
|
-
menuRef?: React.RefObject<HTMLDivElement>;
|
|
2965
|
-
dropdownRef?: React.RefObject<HTMLDivElement>;
|
|
2966
|
-
openDropdownButtonRef?: React.RefObject<HTMLButtonElement>;
|
|
2967
|
-
stats: MarketStat[];
|
|
2968
|
-
children?: React.ReactNode;
|
|
2969
|
-
isLoading?: boolean;
|
|
2970
|
-
className?: string;
|
|
2971
|
-
timeSpanOptions?: Timeframe[];
|
|
2972
|
-
}
|
|
2973
|
-
declare function DexChart({ price, priceChange, selectedTimeSpan, onTimeSpanChange, menuItems, onMenuItemClick, onSettingsOpen, isMenuOpen, menuRef, dropdownRef, openDropdownButtonRef, stats, children, isLoading, className, timeSpanOptions, }: DexChartProps): react_jsx_runtime.JSX.Element;
|
|
2974
|
-
|
|
2975
2475
|
interface ThemeProviderProps extends React.ComponentProps<"div"> {
|
|
2976
2476
|
theme?: Theme;
|
|
2977
2477
|
children?: React.ReactNode;
|
|
@@ -2980,6 +2480,12 @@ interface ThemeProviderProps extends React.ComponentProps<"div"> {
|
|
|
2980
2480
|
}
|
|
2981
2481
|
declare function ThemeProvider({ theme, children, themeType, settings, ...props }: ThemeProviderProps): react_jsx_runtime.JSX.Element;
|
|
2982
2482
|
|
|
2483
|
+
declare function useCollapsibleMenu(): {
|
|
2484
|
+
isMenuOpen: boolean;
|
|
2485
|
+
toggleMenu: () => void;
|
|
2486
|
+
menuRef: react.RefObject<HTMLDivElement>;
|
|
2487
|
+
};
|
|
2488
|
+
|
|
2983
2489
|
interface DropdownStyles {
|
|
2984
2490
|
position: DropdownPosition;
|
|
2985
2491
|
maxHeight: number | null;
|
|
@@ -3025,17 +2531,9 @@ type UseMediaQueryOptions = {
|
|
|
3025
2531
|
*/
|
|
3026
2532
|
declare function useMediaQuery(query: string, { defaultValue, initializeWithValue, }?: UseMediaQueryOptions): boolean;
|
|
3027
2533
|
|
|
3028
|
-
declare function useCollapsibleMenu(): {
|
|
3029
|
-
isMenuOpen: boolean;
|
|
3030
|
-
toggleMenu: () => void;
|
|
3031
|
-
menuRef: react.RefObject<HTMLDivElement>;
|
|
3032
|
-
};
|
|
3033
|
-
|
|
3034
2534
|
declare function useOnResize(ref: React.RefObject<HTMLElement>, callback: (rect: DOMRectReadOnly) => void): void;
|
|
3035
2535
|
declare function useRect(ref: React.RefObject<HTMLElement>): DOMRectReadOnly;
|
|
3036
2536
|
|
|
3037
|
-
declare function useVersion<T>(value: T, equal?: (a: T, b: T) => boolean): number;
|
|
3038
|
-
|
|
3039
2537
|
declare const useTimer: ({ immediateStart, }: {
|
|
3040
2538
|
immediateStart?: boolean;
|
|
3041
2539
|
}) => {
|
|
@@ -3057,6 +2555,8 @@ declare function useUserTheme(): {
|
|
|
3057
2555
|
isDarkMode: boolean;
|
|
3058
2556
|
};
|
|
3059
2557
|
|
|
2558
|
+
declare function useVersion<T>(value: T, equal?: (a: T, b: T) => boolean): number;
|
|
2559
|
+
|
|
3060
2560
|
declare const CSS_VARS: {
|
|
3061
2561
|
MOVE_WITH_SPRING_BOUNCE_DURATION: string;
|
|
3062
2562
|
DISPLAY_DELAYED_DURATION: string;
|
|
@@ -3087,7 +2587,7 @@ declare const ANIMATION_DURATIONS: {
|
|
|
3087
2587
|
BOOST_BUTTON: number;
|
|
3088
2588
|
GENERIC: number;
|
|
3089
2589
|
};
|
|
3090
|
-
type MediaQuery = "MOBILE_LG" | "MOBILE_SM_HEIGHT" | "MOBILE_XS" | "MOBILE_XS_HEIGHT"
|
|
2590
|
+
type MediaQuery = "MOBILE_LG" | "MOBILE_SM_HEIGHT" | "MOBILE_XS" | "MOBILE_XS_HEIGHT";
|
|
3091
2591
|
declare const MEDIA_QUERIES: Record<MediaQuery, {
|
|
3092
2592
|
media: string;
|
|
3093
2593
|
key: string;
|
|
@@ -3118,6 +2618,8 @@ declare const baseTailwindConfig: Config;
|
|
|
3118
2618
|
* @returns The combined class names as a string.
|
|
3119
2619
|
*/
|
|
3120
2620
|
declare const cn: (...inputs: ClassValue[]) => string;
|
|
2621
|
+
declare const remToPx: (rem: string | number, baseFontSize?: number) => number;
|
|
2622
|
+
declare const pxToRem: (px: string | number, baseFontSize?: number) => number;
|
|
3121
2623
|
|
|
3122
2624
|
interface RGB {
|
|
3123
2625
|
r: number;
|
|
@@ -3131,8 +2633,6 @@ interface RGB {
|
|
|
3131
2633
|
* @param style
|
|
3132
2634
|
*/
|
|
3133
2635
|
declare const parseSquidTheme: (userTheme: Theme, themeType: ThemeType) => Record<string, string | undefined> | undefined;
|
|
3134
|
-
declare const remToPx: (rem: string | number, addSuffix?: boolean) => string;
|
|
3135
|
-
declare const pxToRem: (px: string | number, addSuffix?: boolean) => string;
|
|
3136
2636
|
declare function getContrastColor({ r, g, b, }: {
|
|
3137
2637
|
r: number;
|
|
3138
2638
|
g: number;
|
|
@@ -17133,4 +16633,4 @@ declare const transactionRejectedAnimation: {
|
|
|
17133
16633
|
markers: never[];
|
|
17134
16634
|
};
|
|
17135
16635
|
|
|
17136
|
-
export { ANIMATION_DURATIONS, AccountListItem, AccountsButton, type ActionButton, ActionLayout, ActionLineOutRow, ActionProperties, ActionRow, type ActionStatus, ActionStatusRow, ActionWrapper, AddressButton, type AllOrNone, AnimationCard, AnimationWrapper, Announcement, type AnnouncementProps, AppContainer, Approve, ApproveAction, ArrowBottomTopIcon, ArrowButton,
|
|
16636
|
+
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 };
|