@rango-dev/ui 0.22.1-next.2 → 0.22.1-next.21
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/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/dist/translations/en.d.ts.map +1 -1
- package/dist/translations/es.d.ts.map +1 -1
- package/dist/translations/fr.d.ts.map +1 -1
- package/dist/translations/ja.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +157 -0
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.d.ts +54 -54
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +158 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +314 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts +16 -2
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +6 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts +1 -1
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +471 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +2 -2
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts +3 -17
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/Image.d.ts +157 -0
- package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/index.d.ts +1 -1
- package/dist/widget/ui/src/components/common/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/BlockchainSelector/BlockchainSelector.d.ts +3 -3
- package/dist/widget/ui/src/containers/BlockchainSelector/BlockchainSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.stories.d.ts +2 -2
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/mock.d.ts +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/mock.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +1313 -54
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +2 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +525 -54
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +2 -2
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/CosmosCategory.d.ts +5 -0
- package/dist/widget/ui/src/icons/CosmosCategory.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/EvmCategory.d.ts +5 -0
- package/dist/widget/ui/src/icons/EvmCategory.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Icons.stories.d.ts +1 -1
- package/dist/widget/ui/src/icons/Language.d.ts +5 -0
- package/dist/widget/ui/src/icons/Language.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/OtherCategory.d.ts +5 -0
- package/dist/widget/ui/src/icons/OtherCategory.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/UtxoCategory.d.ts +5 -0
- package/dist/widget/ui/src/icons/UtxoCategory.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/index.d.ts +5 -0
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
- package/dist/widget/ui/src/index.d.ts +0 -1
- package/dist/widget/ui/src/index.d.ts.map +1 -1
- package/dist/widget/ui/src/types/index.d.ts +0 -1
- package/dist/widget/ui/src/types/index.d.ts.map +1 -1
- package/dist/widget/ui/src/types/swaps.d.ts +1 -27
- package/dist/widget/ui/src/types/swaps.d.ts.map +1 -1
- package/dist/widget/ui/src/{helper → utils}/index.d.ts +0 -3
- package/dist/widget/ui/src/utils/index.d.ts.map +1 -0
- package/package.json +6 -5
- package/src/components/Alert/Alert.styles.ts +9 -12
- package/src/components/Alert/Alert.tsx +2 -2
- package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +2 -1
- package/src/components/Button/Button.styles.tsx +1 -0
- package/src/components/Checkbox/Checkbox.styles.ts +5 -1
- package/src/components/ListItem/ListItem.styles.ts +9 -0
- package/src/components/ListItem/ListItem.tsx +1 -1
- package/src/components/ListItemButton/ListItemButton.styles.ts +1 -0
- package/src/components/PriceImpact/PriceImpact.styles.ts +9 -1
- package/src/components/PriceImpact/PriceImpact.tsx +3 -3
- package/src/components/QuoteCost/QuoteCost.styles.ts +14 -12
- package/src/components/QuoteCost/QuoteCost.tsx +12 -7
- package/src/components/Radio/Radio.styles.tsx +5 -2
- package/src/components/RoutesOverview/RoutesOverview.tsx +6 -2
- package/src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts +40 -13
- package/src/components/SelectableCategoryList/SelectableCategoryList.tsx +47 -46
- package/src/components/SelectableCategoryList/index.ts +1 -0
- package/src/components/SelectableWalletList/SelectableWalletList.tsx +1 -1
- package/src/components/Skeleton/Skeleton.tsx +3 -2
- package/src/components/Skeleton/Skeleton.types.ts +1 -1
- package/src/components/StepDetails/StepDetails.styles.ts +34 -26
- package/src/components/StepDetails/StepDetails.tsx +8 -4
- package/src/components/SvgIcon/SvgIcon.style.ts +1 -1
- package/src/components/SwapListItem/mock.ts +21 -6
- package/src/components/Switch/Switch.styles.tsx +8 -6
- package/src/components/TextField/TextField.tsx +3 -5
- package/src/components/TokenAmount/TokenAmount.styles.ts +12 -10
- package/src/components/TokenAmount/TokenAmount.tsx +23 -17
- package/src/components/Tooltip/Tooltip.styles.ts +8 -5
- package/src/components/Tooltip/Tooltip.tsx +2 -3
- package/src/components/Wallet/Wallet.styles.ts +1 -1
- package/src/components/Wallet/Wallet.types.ts +3 -23
- package/src/components/common/Image.tsx +1 -2
- package/src/components/common/index.ts +1 -1
- package/src/containers/BlockchainSelector/BlockchainSelector.tsx +9 -8
- package/src/containers/SwapHistory/SwapHistory.stories.tsx +5 -2
- package/src/containers/SwapHistory/SwapHistory.tsx +1 -1
- package/src/containers/SwapHistory/mock.ts +24 -8
- package/src/containers/SwapInput/SwapInput.styles.ts +78 -27
- package/src/containers/SwapInput/SwapInput.tsx +37 -29
- package/src/containers/SwapInput/SwapInput.types.ts +2 -0
- package/src/containers/SwapInput/TokenSection.styles.ts +27 -12
- package/src/containers/SwapInput/TokenSection.tsx +15 -6
- package/src/containers/TokenSelector/TokenSelector.tsx +8 -10
- package/src/icons/CosmosCategory.tsx +137 -0
- package/src/icons/EvmCategory.tsx +74 -0
- package/src/icons/Language.tsx +55 -0
- package/src/icons/OtherCategory.tsx +72 -0
- package/src/icons/UtxoCategory.tsx +44 -0
- package/src/icons/index.ts +5 -0
- package/src/index.ts +0 -1
- package/src/theme.ts +4 -4
- package/src/types/index.ts +0 -1
- package/src/types/swaps.ts +0 -38
- package/src/utils/index.ts +23 -0
- package/dist/widget/ui/src/containers/History/types.d.ts +0 -2
- package/dist/widget/ui/src/containers/History/types.d.ts.map +0 -1
- package/dist/widget/ui/src/helper/index.d.ts.map +0 -1
- package/src/containers/History/types.tsx +0 -1
- package/src/helper/index.ts +0 -99
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../translations/en.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../translations/en.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAqla,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../translations/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../translations/es.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAo3b,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../translations/fr.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../translations/fr.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAgic,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../translations/ja.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,
|
|
1
|
+
{"version":3,"file":"ja.d.ts","sourceRoot":"","sources":["../../../../translations/ja.ts"],"names":[],"mappings":"AAAkB,eAAO,MAAM,QAAQ,KAAs2W,CAAC"}
|
|
@@ -476,4 +476,161 @@ export declare const IconHighlight: import("@stitches/react/types/styled-compone
|
|
|
476
476
|
zIndices: {};
|
|
477
477
|
transitions: {};
|
|
478
478
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
479
|
+
export declare const titleStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
480
|
+
sm: string;
|
|
481
|
+
md: string;
|
|
482
|
+
lg: string;
|
|
483
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
484
|
+
sm: string;
|
|
485
|
+
md: string;
|
|
486
|
+
lg: string;
|
|
487
|
+
}, {
|
|
488
|
+
colors: {
|
|
489
|
+
primary: string;
|
|
490
|
+
primary500: string;
|
|
491
|
+
primary600: string;
|
|
492
|
+
secondary: string;
|
|
493
|
+
secondary100: string;
|
|
494
|
+
secondary200: string;
|
|
495
|
+
secondary300: string;
|
|
496
|
+
secondary400: string;
|
|
497
|
+
secondary500: string;
|
|
498
|
+
secondary600: string;
|
|
499
|
+
secondary700: string;
|
|
500
|
+
secondary800: string;
|
|
501
|
+
secondary900: string;
|
|
502
|
+
neutral: string;
|
|
503
|
+
neutral100: string;
|
|
504
|
+
neutral200: string;
|
|
505
|
+
neutral300: string;
|
|
506
|
+
neutral400: string;
|
|
507
|
+
neutral500: string;
|
|
508
|
+
neutral600: string;
|
|
509
|
+
neutral700: string;
|
|
510
|
+
neutral800: string;
|
|
511
|
+
neutral900: string;
|
|
512
|
+
error100: string;
|
|
513
|
+
error300: string;
|
|
514
|
+
error500: string;
|
|
515
|
+
error600: string;
|
|
516
|
+
error700: string;
|
|
517
|
+
warning100: string;
|
|
518
|
+
warning300: string;
|
|
519
|
+
warning500: string;
|
|
520
|
+
warning600: string;
|
|
521
|
+
warning700: string;
|
|
522
|
+
info: string;
|
|
523
|
+
info100: string;
|
|
524
|
+
info300: string;
|
|
525
|
+
info500: string;
|
|
526
|
+
info600: string;
|
|
527
|
+
info700: string;
|
|
528
|
+
success100: string;
|
|
529
|
+
success300: string;
|
|
530
|
+
success500: string;
|
|
531
|
+
success600: string;
|
|
532
|
+
success700: string;
|
|
533
|
+
background: string;
|
|
534
|
+
foreground: string;
|
|
535
|
+
};
|
|
536
|
+
space: {
|
|
537
|
+
0: string;
|
|
538
|
+
5: string;
|
|
539
|
+
10: string;
|
|
540
|
+
15: string;
|
|
541
|
+
20: string;
|
|
542
|
+
25: string;
|
|
543
|
+
30: string;
|
|
544
|
+
40: string;
|
|
545
|
+
46: string;
|
|
546
|
+
50: string;
|
|
547
|
+
60: string;
|
|
548
|
+
70: string;
|
|
549
|
+
80: string;
|
|
550
|
+
90: string;
|
|
551
|
+
100: string;
|
|
552
|
+
2: string;
|
|
553
|
+
4: string;
|
|
554
|
+
6: string;
|
|
555
|
+
8: string;
|
|
556
|
+
12: string;
|
|
557
|
+
16: string;
|
|
558
|
+
24: string;
|
|
559
|
+
28: string;
|
|
560
|
+
32: string;
|
|
561
|
+
};
|
|
562
|
+
radii: {
|
|
563
|
+
xs: string;
|
|
564
|
+
sm: string;
|
|
565
|
+
xm: string;
|
|
566
|
+
md: string;
|
|
567
|
+
xl: string;
|
|
568
|
+
lg: string;
|
|
569
|
+
primary: string;
|
|
570
|
+
secondary: string;
|
|
571
|
+
};
|
|
572
|
+
fontSizes: {
|
|
573
|
+
10: string;
|
|
574
|
+
12: string;
|
|
575
|
+
14: string;
|
|
576
|
+
16: string;
|
|
577
|
+
18: string;
|
|
578
|
+
20: string;
|
|
579
|
+
22: string;
|
|
580
|
+
24: string;
|
|
581
|
+
28: string;
|
|
582
|
+
32: string;
|
|
583
|
+
36: string;
|
|
584
|
+
40: string;
|
|
585
|
+
48: string;
|
|
586
|
+
};
|
|
587
|
+
fonts: {
|
|
588
|
+
primary: string;
|
|
589
|
+
widget: string;
|
|
590
|
+
};
|
|
591
|
+
fontWeights: {
|
|
592
|
+
regular: number;
|
|
593
|
+
medium: number;
|
|
594
|
+
semiBold: number;
|
|
595
|
+
bold: number;
|
|
596
|
+
};
|
|
597
|
+
lineHeights: {
|
|
598
|
+
12: string;
|
|
599
|
+
16: string;
|
|
600
|
+
20: string;
|
|
601
|
+
24: string;
|
|
602
|
+
26: string;
|
|
603
|
+
28: string;
|
|
604
|
+
30: string;
|
|
605
|
+
36: string;
|
|
606
|
+
40: string;
|
|
607
|
+
44: string;
|
|
608
|
+
52: string;
|
|
609
|
+
64: string;
|
|
610
|
+
};
|
|
611
|
+
letterSpacings: {};
|
|
612
|
+
sizes: {
|
|
613
|
+
4: string;
|
|
614
|
+
6: string;
|
|
615
|
+
8: string;
|
|
616
|
+
12: string;
|
|
617
|
+
16: string;
|
|
618
|
+
18: string;
|
|
619
|
+
20: string;
|
|
620
|
+
24: string;
|
|
621
|
+
28: string;
|
|
622
|
+
32: string;
|
|
623
|
+
36: string;
|
|
624
|
+
40: string;
|
|
625
|
+
45: string;
|
|
626
|
+
48: string;
|
|
627
|
+
};
|
|
628
|
+
borderWidths: {};
|
|
629
|
+
borderStyles: {};
|
|
630
|
+
shadows: {
|
|
631
|
+
s: string;
|
|
632
|
+
};
|
|
633
|
+
zIndices: {};
|
|
634
|
+
transitions: {};
|
|
635
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
479
636
|
//# sourceMappingURL=Alert.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"Alert.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Alert/Alert.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwFpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcf,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgDxB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAItB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BlockchainsChip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BlockchainsChip/BlockchainsChip.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BlockchainsChip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BlockchainsChip/BlockchainsChip.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwCf,CAAC"}
|
|
@@ -16,7 +16,7 @@ declare const Button: React.ForwardRefExoticComponent<{
|
|
|
16
16
|
accessKey?: string | undefined;
|
|
17
17
|
autoFocus?: boolean | undefined;
|
|
18
18
|
className?: string | undefined;
|
|
19
|
-
contentEditable?: "inherit" | (boolean | "true" | "false") | undefined;
|
|
19
|
+
contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
|
|
20
20
|
contextMenu?: string | undefined;
|
|
21
21
|
dir?: string | undefined;
|
|
22
22
|
draggable?: (boolean | "true" | "false") | undefined;
|
|
@@ -50,59 +50,59 @@ declare const Button: React.ForwardRefExoticComponent<{
|
|
|
50
50
|
unselectable?: "on" | "off" | undefined;
|
|
51
51
|
inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
52
52
|
is?: string | undefined;
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
53
|
+
"aria-activedescendant"?: string | undefined;
|
|
54
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
55
|
+
"aria-autocomplete"?: "both" | "none" | "inline" | "list" | undefined;
|
|
56
|
+
"aria-braillelabel"?: string | undefined;
|
|
57
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
58
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
59
|
+
"aria-checked"?: boolean | "mixed" | "true" | "false" | undefined;
|
|
60
|
+
"aria-colcount"?: number | undefined;
|
|
61
|
+
"aria-colindex"?: number | undefined;
|
|
62
|
+
"aria-colindextext"?: string | undefined;
|
|
63
|
+
"aria-colspan"?: number | undefined;
|
|
64
|
+
"aria-controls"?: string | undefined;
|
|
65
|
+
"aria-current"?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined;
|
|
66
|
+
"aria-describedby"?: string | undefined;
|
|
67
|
+
"aria-description"?: string | undefined;
|
|
68
|
+
"aria-details"?: string | undefined;
|
|
69
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
70
|
+
"aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
|
|
71
|
+
"aria-errormessage"?: string | undefined;
|
|
72
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
73
|
+
"aria-flowto"?: string | undefined;
|
|
74
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
75
|
+
"aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined;
|
|
76
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
77
|
+
"aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
|
|
78
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
79
|
+
"aria-label"?: string | undefined;
|
|
80
|
+
"aria-labelledby"?: string | undefined;
|
|
81
|
+
"aria-level"?: number | undefined;
|
|
82
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
83
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
84
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
85
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
86
|
+
"aria-orientation"?: "vertical" | "horizontal" | undefined;
|
|
87
|
+
"aria-owns"?: string | undefined;
|
|
88
|
+
"aria-placeholder"?: string | undefined;
|
|
89
|
+
"aria-posinset"?: number | undefined;
|
|
90
|
+
"aria-pressed"?: boolean | "mixed" | "true" | "false" | undefined;
|
|
91
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
92
|
+
"aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
|
|
93
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
94
|
+
"aria-roledescription"?: string | undefined;
|
|
95
|
+
"aria-rowcount"?: number | undefined;
|
|
96
|
+
"aria-rowindex"?: number | undefined;
|
|
97
|
+
"aria-rowindextext"?: string | undefined;
|
|
98
|
+
"aria-rowspan"?: number | undefined;
|
|
99
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
100
|
+
"aria-setsize"?: number | undefined;
|
|
101
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
102
|
+
"aria-valuemax"?: number | undefined;
|
|
103
|
+
"aria-valuemin"?: number | undefined;
|
|
104
|
+
"aria-valuenow"?: number | undefined;
|
|
105
|
+
"aria-valuetext"?: string | undefined;
|
|
106
106
|
dangerouslySetInnerHTML?: {
|
|
107
107
|
__html: string | TrustedHTML;
|
|
108
108
|
} | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/Button.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAygBrB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Button/Button.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAygBrB,CAAC;AAEH,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAelB,CAAC;AASH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAe1B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Checkbox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Checkbox/Checkbox.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAI1D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG5B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"Checkbox.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Checkbox/Checkbox.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,aAAa,MAAM,0BAA0B,CAAC;AAI1D,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAG5B,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAqBvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI5B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItem/ListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"ListItem.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItem/ListItem.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA0DvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListItemButton.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItemButton/ListItemButton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+
|
|
1
|
+
{"version":3,"file":"ListItemButton.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/ListItemButton/ListItemButton.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgD7B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Typography } from '../Typography';
|
|
1
2
|
export declare const Container: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2
3
|
sm: string;
|
|
3
4
|
md: string;
|
|
@@ -155,4 +156,161 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
155
156
|
zIndices: {};
|
|
156
157
|
transitions: {};
|
|
157
158
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
159
|
+
export declare const OutputUsdValue: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
|
|
160
|
+
sm: string;
|
|
161
|
+
md: string;
|
|
162
|
+
lg: string;
|
|
163
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
164
|
+
sm: string;
|
|
165
|
+
md: string;
|
|
166
|
+
lg: string;
|
|
167
|
+
}, {
|
|
168
|
+
colors: {
|
|
169
|
+
primary: string;
|
|
170
|
+
primary500: string;
|
|
171
|
+
primary600: string;
|
|
172
|
+
secondary: string;
|
|
173
|
+
secondary100: string;
|
|
174
|
+
secondary200: string;
|
|
175
|
+
secondary300: string;
|
|
176
|
+
secondary400: string;
|
|
177
|
+
secondary500: string;
|
|
178
|
+
secondary600: string;
|
|
179
|
+
secondary700: string;
|
|
180
|
+
secondary800: string;
|
|
181
|
+
secondary900: string;
|
|
182
|
+
neutral: string;
|
|
183
|
+
neutral100: string;
|
|
184
|
+
neutral200: string;
|
|
185
|
+
neutral300: string;
|
|
186
|
+
neutral400: string;
|
|
187
|
+
neutral500: string;
|
|
188
|
+
neutral600: string;
|
|
189
|
+
neutral700: string;
|
|
190
|
+
neutral800: string;
|
|
191
|
+
neutral900: string;
|
|
192
|
+
error100: string;
|
|
193
|
+
error300: string;
|
|
194
|
+
error500: string;
|
|
195
|
+
error600: string;
|
|
196
|
+
error700: string;
|
|
197
|
+
warning100: string;
|
|
198
|
+
warning300: string;
|
|
199
|
+
warning500: string;
|
|
200
|
+
warning600: string;
|
|
201
|
+
warning700: string;
|
|
202
|
+
info: string;
|
|
203
|
+
info100: string;
|
|
204
|
+
info300: string;
|
|
205
|
+
info500: string;
|
|
206
|
+
info600: string;
|
|
207
|
+
info700: string;
|
|
208
|
+
success100: string;
|
|
209
|
+
success300: string;
|
|
210
|
+
success500: string;
|
|
211
|
+
success600: string;
|
|
212
|
+
success700: string;
|
|
213
|
+
background: string;
|
|
214
|
+
foreground: string;
|
|
215
|
+
};
|
|
216
|
+
space: {
|
|
217
|
+
0: string;
|
|
218
|
+
5: string;
|
|
219
|
+
10: string;
|
|
220
|
+
15: string;
|
|
221
|
+
20: string;
|
|
222
|
+
25: string;
|
|
223
|
+
30: string;
|
|
224
|
+
40: string;
|
|
225
|
+
46: string;
|
|
226
|
+
50: string;
|
|
227
|
+
60: string;
|
|
228
|
+
70: string;
|
|
229
|
+
80: string;
|
|
230
|
+
90: string;
|
|
231
|
+
100: string;
|
|
232
|
+
2: string;
|
|
233
|
+
4: string;
|
|
234
|
+
6: string;
|
|
235
|
+
8: string;
|
|
236
|
+
12: string;
|
|
237
|
+
16: string;
|
|
238
|
+
24: string;
|
|
239
|
+
28: string;
|
|
240
|
+
32: string;
|
|
241
|
+
};
|
|
242
|
+
radii: {
|
|
243
|
+
xs: string;
|
|
244
|
+
sm: string;
|
|
245
|
+
xm: string;
|
|
246
|
+
md: string;
|
|
247
|
+
xl: string;
|
|
248
|
+
lg: string;
|
|
249
|
+
primary: string;
|
|
250
|
+
secondary: string;
|
|
251
|
+
};
|
|
252
|
+
fontSizes: {
|
|
253
|
+
10: string;
|
|
254
|
+
12: string;
|
|
255
|
+
14: string;
|
|
256
|
+
16: string;
|
|
257
|
+
18: string;
|
|
258
|
+
20: string;
|
|
259
|
+
22: string;
|
|
260
|
+
24: string;
|
|
261
|
+
28: string;
|
|
262
|
+
32: string;
|
|
263
|
+
36: string;
|
|
264
|
+
40: string;
|
|
265
|
+
48: string;
|
|
266
|
+
};
|
|
267
|
+
fonts: {
|
|
268
|
+
primary: string;
|
|
269
|
+
widget: string;
|
|
270
|
+
};
|
|
271
|
+
fontWeights: {
|
|
272
|
+
regular: number;
|
|
273
|
+
medium: number;
|
|
274
|
+
semiBold: number;
|
|
275
|
+
bold: number;
|
|
276
|
+
};
|
|
277
|
+
lineHeights: {
|
|
278
|
+
12: string;
|
|
279
|
+
16: string;
|
|
280
|
+
20: string;
|
|
281
|
+
24: string;
|
|
282
|
+
26: string;
|
|
283
|
+
28: string;
|
|
284
|
+
30: string;
|
|
285
|
+
36: string;
|
|
286
|
+
40: string;
|
|
287
|
+
44: string;
|
|
288
|
+
52: string;
|
|
289
|
+
64: string;
|
|
290
|
+
};
|
|
291
|
+
letterSpacings: {};
|
|
292
|
+
sizes: {
|
|
293
|
+
4: string;
|
|
294
|
+
6: string;
|
|
295
|
+
8: string;
|
|
296
|
+
12: string;
|
|
297
|
+
16: string;
|
|
298
|
+
18: string;
|
|
299
|
+
20: string;
|
|
300
|
+
24: string;
|
|
301
|
+
28: string;
|
|
302
|
+
32: string;
|
|
303
|
+
36: string;
|
|
304
|
+
40: string;
|
|
305
|
+
45: string;
|
|
306
|
+
48: string;
|
|
307
|
+
};
|
|
308
|
+
borderWidths: {};
|
|
309
|
+
borderStyles: {};
|
|
310
|
+
shadows: {
|
|
311
|
+
s: string;
|
|
312
|
+
};
|
|
313
|
+
zIndices: {};
|
|
314
|
+
transitions: {};
|
|
315
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
158
316
|
//# sourceMappingURL=PriceImpact.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PriceImpact.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/PriceImpact/PriceImpact.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PriceImpact.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/PriceImpact/PriceImpact.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKpB,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QuoteCost.d.ts","sourceRoot":"","sources":["../../../../../../src/components/QuoteCost/QuoteCost.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"QuoteCost.d.ts","sourceRoot":"","sources":["../../../../../../src/components/QuoteCost/QuoteCost.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAEnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,wBAAgB,SAAS,CAAC,KAAK,EAAE,SAAS,qBAgCzC"}
|