@rango-dev/ui 0.26.1-next.0 → 0.26.1-next.10
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 +16 -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 +4 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.d.ts +1 -0
- package/dist/widget/ui/src/components/Button/Button.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.types.d.ts +1 -0
- package/dist/widget/ui/src/components/Button/Button.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +16 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Divider/Divider.d.ts +2 -5
- package/dist/widget/ui/src/components/Divider/Divider.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts +165 -0
- package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Divider/Divider.types.d.ts +10 -0
- package/dist/widget/ui/src/components/Divider/Divider.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +20 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +4 -0
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/common.d.ts +8 -0
- package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
- package/dist/widget/ui/src/components/List/List.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +4 -0
- 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 +4 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +24 -0
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts +6 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.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 +16 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts +4 -0
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +8 -0
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +16 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.d.ts +7 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts +325 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/index.d.ts +2 -0
- package/dist/widget/ui/src/components/RefreshProgressButton/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +4 -0
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.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 +185 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts +16 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +4 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +4 -0
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +24 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts +3 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +36 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts.map +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 +8 -0
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.d.ts +2 -1
- package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts +2 -1
- package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +12 -0
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.types.d.ts +3 -1
- package/dist/widget/ui/src/components/TextField/TextField.types.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 +12 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.d.ts +1 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.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 +15 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts +6 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +4 -0
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +20 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts +4 -0
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/Image.d.ts +4 -0
- package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +4 -0
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/index.d.ts +1 -0
- package/dist/widget/ui/src/components/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +40 -0
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.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 +47 -1
- 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 +3 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +21 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +4 -0
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/Height.d.ts +5 -0
- package/dist/widget/ui/src/icons/Height.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Key.d.ts +5 -0
- package/dist/widget/ui/src/icons/Key.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Refresh.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/Width.d.ts +5 -0
- package/dist/widget/ui/src/icons/Width.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/index.d.ts +3 -0
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +29 -0
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/components/Button/Button.tsx +4 -1
- package/src/components/Button/Button.types.tsx +1 -0
- package/src/components/Divider/Divider.styles.ts +165 -0
- package/src/components/Divider/Divider.tsx +8 -140
- package/src/components/Divider/Divider.types.ts +10 -0
- package/src/components/PriceImpact/PriceImpact.tsx +26 -8
- package/src/components/PriceImpact/PriceImpact.types.ts +7 -0
- package/src/components/QuoteCost/QuoteCost.styles.ts +28 -1
- package/src/components/QuoteCost/QuoteCost.tsx +28 -8
- package/src/components/QuoteCost/QuoteCost.types.ts +4 -0
- package/src/components/RefreshProgressButton/RefreshProgressButton.styles.ts +28 -0
- package/src/components/RefreshProgressButton/RefreshProgressButton.tsx +70 -0
- package/src/components/RefreshProgressButton/index.ts +1 -0
- package/src/components/StepDetails/StepDetails.styles.ts +28 -5
- package/src/components/StepDetails/StepDetails.tsx +103 -37
- package/src/components/StepDetails/StepDetails.types.ts +18 -1
- package/src/components/SwapListItem/SwapListItem.tsx +6 -1
- package/src/components/SwapListItem/SwapListItem.types.ts +3 -1
- package/src/components/SwapListItem/SwapToken.tsx +15 -8
- package/src/components/SwapListItem/SwapToken.types.ts +1 -0
- package/src/components/SwapListItem/mock.ts +2 -0
- package/src/components/Switch/Switch.styles.tsx +7 -0
- package/src/components/TextField/TextField.tsx +5 -2
- package/src/components/TextField/TextField.types.tsx +3 -1
- package/src/components/TokenAmount/TokenAmount.tsx +36 -20
- package/src/components/TokenAmount/TokenAmount.types.ts +1 -0
- package/src/components/Tooltip/Tooltip.styles.ts +7 -0
- package/src/components/Tooltip/Tooltip.tsx +4 -2
- package/src/components/Tooltip/Tooltip.types.ts +6 -0
- package/src/components/Wallet/Wallet.styles.ts +1 -1
- package/src/components/index.ts +1 -0
- package/src/containers/SwapInput/SwapInput.tsx +53 -22
- package/src/containers/SwapInput/SwapInput.types.ts +3 -0
- package/src/icons/Height.tsx +24 -0
- package/src/icons/Key.tsx +32 -0
- package/src/icons/Refresh.tsx +10 -2
- package/src/icons/Width.tsx +29 -0
- package/src/icons/index.ts +3 -0
- package/src/theme.ts +3 -0
|
@@ -278,13 +278,16 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
278
278
|
prefix?: import("react").ReactNode;
|
|
279
279
|
suffix?: import("react").ReactNode;
|
|
280
280
|
fullWidth?: boolean | undefined;
|
|
281
|
+
disableRipple?: boolean | undefined;
|
|
281
282
|
} & {
|
|
282
283
|
children?: import("react").ReactNode;
|
|
283
284
|
} & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
285
|
+
xs: string;
|
|
284
286
|
sm: string;
|
|
285
287
|
md: string;
|
|
286
288
|
lg: string;
|
|
287
289
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
290
|
+
xs: string;
|
|
288
291
|
sm: string;
|
|
289
292
|
md: string;
|
|
290
293
|
lg: string;
|
|
@@ -417,12 +420,14 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
417
420
|
4: string;
|
|
418
421
|
6: string;
|
|
419
422
|
8: string;
|
|
423
|
+
10: string;
|
|
420
424
|
12: string;
|
|
421
425
|
16: string;
|
|
422
426
|
18: string;
|
|
423
427
|
20: string;
|
|
424
428
|
24: string;
|
|
425
429
|
28: string;
|
|
430
|
+
30: string;
|
|
426
431
|
32: string;
|
|
427
432
|
36: string;
|
|
428
433
|
40: string;
|
|
@@ -438,10 +443,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
438
443
|
transitions: {};
|
|
439
444
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
440
445
|
export declare const chainNameStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
446
|
+
xs: string;
|
|
441
447
|
sm: string;
|
|
442
448
|
md: string;
|
|
443
449
|
lg: string;
|
|
444
450
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
451
|
+
xs: string;
|
|
445
452
|
sm: string;
|
|
446
453
|
md: string;
|
|
447
454
|
lg: string;
|
|
@@ -574,12 +581,14 @@ export declare const chainNameStyles: import("@stitches/react/types/styled-compo
|
|
|
574
581
|
4: string;
|
|
575
582
|
6: string;
|
|
576
583
|
8: string;
|
|
584
|
+
10: string;
|
|
577
585
|
12: string;
|
|
578
586
|
16: string;
|
|
579
587
|
18: string;
|
|
580
588
|
20: string;
|
|
581
589
|
24: string;
|
|
582
590
|
28: string;
|
|
591
|
+
30: string;
|
|
583
592
|
32: string;
|
|
584
593
|
36: string;
|
|
585
594
|
40: string;
|
|
@@ -595,10 +604,12 @@ export declare const chainNameStyles: import("@stitches/react/types/styled-compo
|
|
|
595
604
|
transitions: {};
|
|
596
605
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
597
606
|
export declare const TokenSectionContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
607
|
+
xs: string;
|
|
598
608
|
sm: string;
|
|
599
609
|
md: string;
|
|
600
610
|
lg: string;
|
|
601
611
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
612
|
+
xs: string;
|
|
602
613
|
sm: string;
|
|
603
614
|
md: string;
|
|
604
615
|
lg: string;
|
|
@@ -731,12 +742,14 @@ export declare const TokenSectionContainer: import("@stitches/react/types/styled
|
|
|
731
742
|
4: string;
|
|
732
743
|
6: string;
|
|
733
744
|
8: string;
|
|
745
|
+
10: string;
|
|
734
746
|
12: string;
|
|
735
747
|
16: string;
|
|
736
748
|
18: string;
|
|
737
749
|
20: string;
|
|
738
750
|
24: string;
|
|
739
751
|
28: string;
|
|
752
|
+
30: string;
|
|
740
753
|
32: string;
|
|
741
754
|
36: string;
|
|
742
755
|
40: string;
|
|
@@ -752,10 +765,12 @@ export declare const TokenSectionContainer: import("@stitches/react/types/styled
|
|
|
752
765
|
transitions: {};
|
|
753
766
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
754
767
|
export declare const tokenChainStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
768
|
+
xs: string;
|
|
755
769
|
sm: string;
|
|
756
770
|
md: string;
|
|
757
771
|
lg: string;
|
|
758
772
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
773
|
+
xs: string;
|
|
759
774
|
sm: string;
|
|
760
775
|
md: string;
|
|
761
776
|
lg: string;
|
|
@@ -888,12 +903,14 @@ export declare const tokenChainStyles: import("@stitches/react/types/styled-comp
|
|
|
888
903
|
4: string;
|
|
889
904
|
6: string;
|
|
890
905
|
8: string;
|
|
906
|
+
10: string;
|
|
891
907
|
12: string;
|
|
892
908
|
16: string;
|
|
893
909
|
18: string;
|
|
894
910
|
20: string;
|
|
895
911
|
24: string;
|
|
896
912
|
28: string;
|
|
913
|
+
30: string;
|
|
897
914
|
32: string;
|
|
898
915
|
36: string;
|
|
899
916
|
40: string;
|
|
@@ -909,10 +926,12 @@ export declare const tokenChainStyles: import("@stitches/react/types/styled-comp
|
|
|
909
926
|
transitions: {};
|
|
910
927
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
911
928
|
export declare const skeletonStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
929
|
+
xs: string;
|
|
912
930
|
sm: string;
|
|
913
931
|
md: string;
|
|
914
932
|
lg: string;
|
|
915
933
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
934
|
+
xs: string;
|
|
916
935
|
sm: string;
|
|
917
936
|
md: string;
|
|
918
937
|
lg: string;
|
|
@@ -1045,12 +1064,14 @@ export declare const skeletonStyles: import("@stitches/react/types/styled-compon
|
|
|
1045
1064
|
4: string;
|
|
1046
1065
|
6: string;
|
|
1047
1066
|
8: string;
|
|
1067
|
+
10: string;
|
|
1048
1068
|
12: string;
|
|
1049
1069
|
16: string;
|
|
1050
1070
|
18: string;
|
|
1051
1071
|
20: string;
|
|
1052
1072
|
24: string;
|
|
1053
1073
|
28: string;
|
|
1074
|
+
30: string;
|
|
1054
1075
|
32: string;
|
|
1055
1076
|
36: string;
|
|
1056
1077
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":";;;AAGA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"TokenSection.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/TokenSection.styles.ts"],"names":[],"mappings":";;;AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA2BpB,CAAC;AAEH,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAAQ,CAAC;AAErC,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAehC,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAO3B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGzB,CAAC"}
|
|
@@ -2,10 +2,12 @@ import type { TokenWithAmount } from '../../components/TokenList/TokenList';
|
|
|
2
2
|
import type { LoadingStatus } from '../../types/meta';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
export declare const LoaderContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
5
|
+
xs: string;
|
|
5
6
|
sm: string;
|
|
6
7
|
md: string;
|
|
7
8
|
lg: string;
|
|
8
9
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
10
|
+
xs: string;
|
|
9
11
|
sm: string;
|
|
10
12
|
md: string;
|
|
11
13
|
lg: string;
|
|
@@ -138,12 +140,14 @@ export declare const LoaderContainer: import("@stitches/react/types/styled-compo
|
|
|
138
140
|
4: string;
|
|
139
141
|
6: string;
|
|
140
142
|
8: string;
|
|
143
|
+
10: string;
|
|
141
144
|
12: string;
|
|
142
145
|
16: string;
|
|
143
146
|
18: string;
|
|
144
147
|
20: string;
|
|
145
148
|
24: string;
|
|
146
149
|
28: string;
|
|
150
|
+
30: string;
|
|
147
151
|
32: string;
|
|
148
152
|
36: string;
|
|
149
153
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/TokenSelector/TokenSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"TokenSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/TokenSelector/TokenSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAC5E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAM1B,CAAC;AACH,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,eAAe,EAAE,CAAC;IACxB,IAAI,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IAChC,QAAQ,EAAE,eAAe,GAAG,IAAI,CAAC;IACjC,QAAQ,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;IAC3C,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,aAAa,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAUD,wBAAgB,aAAa,CAAC,KAAK,EAAE,SAAS,qBAiC7C"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare function SvgHeight(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
|
|
4
|
+
export default SvgHeight;
|
|
5
|
+
//# sourceMappingURL=Height.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Height.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Height.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,SAAS,CAAC,KAAK,EAAE,wBAAwB,4DAgBjD;AACD,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare function SvgKey(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
|
|
4
|
+
export default SvgKey;
|
|
5
|
+
//# sourceMappingURL=Key.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Key.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Key.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,MAAM,CAAC,KAAK,EAAE,wBAAwB,4DAwB9C;AACD,eAAe,MAAM,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Refresh.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Refresh.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,UAAU,CAAC,KAAK,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"Refresh.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Refresh.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,UAAU,CAAC,KAAK,EAAE,wBAAwB,4DAmBlD;AACD,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { SvgIconPropsWithChildren } from '../components/SvgIcon';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare function SvgWidth(props: SvgIconPropsWithChildren): React.FunctionComponentElement<SvgIconPropsWithChildren>;
|
|
4
|
+
export default SvgWidth;
|
|
5
|
+
//# sourceMappingURL=Width.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Width.d.ts","sourceRoot":"","sources":["../../../../../src/icons/Width.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAEtE,OAAO,KAAwB,MAAM,OAAO,CAAC;AAI7C,iBAAS,QAAQ,CAAC,KAAK,EAAE,wBAAwB,4DAqBhD;AACD,eAAe,QAAQ,CAAC"}
|
|
@@ -18,6 +18,7 @@ export { default as ErrorIcon } from './Error';
|
|
|
18
18
|
export { default as ExternalLinkIcon } from './ExternalLink';
|
|
19
19
|
export { default as FontIcon } from './Font';
|
|
20
20
|
export { default as GasIcon } from './Gas';
|
|
21
|
+
export { default as HeightIcon } from './Height';
|
|
21
22
|
export { default as InProgressIcon } from './InProgress';
|
|
22
23
|
export { default as InfoErrorIcon } from './InfoError';
|
|
23
24
|
export { default as InfoIcon } from './Info';
|
|
@@ -43,8 +44,10 @@ export { default as TransactionIcon } from './Transaction';
|
|
|
43
44
|
export { default as UtxoCategoryIcon } from './UtxoCategory';
|
|
44
45
|
export { default as WalletIcon } from './Wallet';
|
|
45
46
|
export { default as WarningIcon } from './Warning';
|
|
47
|
+
export { default as WidthIcon } from './Width';
|
|
46
48
|
export { default as ChainsIcon } from './Chains';
|
|
47
49
|
export { default as ColorsIcon } from './Colors';
|
|
50
|
+
export { default as KeyIcon } from './Key';
|
|
48
51
|
export { default as SettingsIcon } from './Settings';
|
|
49
52
|
export { default as StyleIcon } from './Style';
|
|
50
53
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/icons/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/icons/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -129,12 +129,14 @@ export declare const theme: {
|
|
|
129
129
|
4: string;
|
|
130
130
|
6: string;
|
|
131
131
|
8: string;
|
|
132
|
+
10: string;
|
|
132
133
|
12: string;
|
|
133
134
|
16: string;
|
|
134
135
|
18: string;
|
|
135
136
|
20: string;
|
|
136
137
|
24: string;
|
|
137
138
|
28: string;
|
|
139
|
+
30: string;
|
|
138
140
|
32: string;
|
|
139
141
|
36: string;
|
|
140
142
|
40: string;
|
|
@@ -172,6 +174,7 @@ export declare const darkColors: {
|
|
|
172
174
|
export declare const styled: <Type extends import("react").ComponentType<any> | import("@stitches/react/types/util").Function | keyof JSX.IntrinsicElements, Composers extends (string | import("react").ComponentType<any> | import("@stitches/react/types/util").Function | {
|
|
173
175
|
[name: string]: unknown;
|
|
174
176
|
})[], CSS = import("@stitches/react/types/css-util").CSS<{
|
|
177
|
+
xs: string;
|
|
175
178
|
sm: string;
|
|
176
179
|
md: string;
|
|
177
180
|
lg: string;
|
|
@@ -304,12 +307,14 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
304
307
|
4: string;
|
|
305
308
|
6: string;
|
|
306
309
|
8: string;
|
|
310
|
+
10: string;
|
|
307
311
|
12: string;
|
|
308
312
|
16: string;
|
|
309
313
|
18: string;
|
|
310
314
|
20: string;
|
|
311
315
|
24: string;
|
|
312
316
|
28: string;
|
|
317
|
+
30: string;
|
|
313
318
|
32: string;
|
|
314
319
|
36: string;
|
|
315
320
|
40: string;
|
|
@@ -335,10 +340,12 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
335
340
|
})[] | undefined;
|
|
336
341
|
defaultVariants?: ("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T_1 ? { [Name_1 in keyof T_1]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : never : import("@stitches/react/types/util").WideObject) | undefined;
|
|
337
342
|
} & CSS & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
|
|
343
|
+
xs: string;
|
|
338
344
|
sm: string;
|
|
339
345
|
md: string;
|
|
340
346
|
lg: string;
|
|
341
347
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
348
|
+
xs: string;
|
|
342
349
|
sm: string;
|
|
343
350
|
md: string;
|
|
344
351
|
lg: string;
|
|
@@ -471,12 +478,14 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
471
478
|
4: string;
|
|
472
479
|
6: string;
|
|
473
480
|
8: string;
|
|
481
|
+
10: string;
|
|
474
482
|
12: string;
|
|
475
483
|
16: string;
|
|
476
484
|
18: string;
|
|
477
485
|
20: string;
|
|
478
486
|
24: string;
|
|
479
487
|
28: string;
|
|
488
|
+
30: string;
|
|
480
489
|
32: string;
|
|
481
490
|
36: string;
|
|
482
491
|
40: string;
|
|
@@ -493,6 +502,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
493
502
|
}, DefaultThemeMap, {}>>, css: <Composers extends (string | import("react").JSXElementConstructor<any> | import("react").ExoticComponent<any> | import("@stitches/react/types/util").Function | {
|
|
494
503
|
[name: string]: unknown;
|
|
495
504
|
})[], CSS = import("@stitches/react/types/css-util").CSS<{
|
|
505
|
+
xs: string;
|
|
496
506
|
sm: string;
|
|
497
507
|
md: string;
|
|
498
508
|
lg: string;
|
|
@@ -625,12 +635,14 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
625
635
|
4: string;
|
|
626
636
|
6: string;
|
|
627
637
|
8: string;
|
|
638
|
+
10: string;
|
|
628
639
|
12: string;
|
|
629
640
|
16: string;
|
|
630
641
|
18: string;
|
|
631
642
|
20: string;
|
|
632
643
|
24: string;
|
|
633
644
|
28: string;
|
|
645
|
+
30: string;
|
|
634
646
|
32: string;
|
|
635
647
|
36: string;
|
|
636
648
|
40: string;
|
|
@@ -656,6 +668,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
656
668
|
})[] | undefined;
|
|
657
669
|
defaultVariants?: ("variants" extends keyof Composers[K] ? Composers[K][keyof Composers[K] & "variants"] extends infer T_1 ? { [Name_1 in keyof T_1]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : never : import("@stitches/react/types/util").WideObject) | undefined;
|
|
658
670
|
} & CSS & (Composers[K] extends infer T_2 ? { [K2 in keyof T_2]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; } : never); }) => import("@stitches/react/types/styled-component").CssComponent<import("@stitches/react/types/styled-component").StyledComponentType<Composers>, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
|
|
671
|
+
xs: string;
|
|
659
672
|
sm: string;
|
|
660
673
|
md: string;
|
|
661
674
|
lg: string;
|
|
@@ -788,12 +801,14 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
788
801
|
4?: string | number | boolean | undefined;
|
|
789
802
|
6?: string | number | boolean | undefined;
|
|
790
803
|
8?: string | number | boolean | undefined;
|
|
804
|
+
10?: string | number | boolean | undefined;
|
|
791
805
|
12?: string | number | boolean | undefined;
|
|
792
806
|
16?: string | number | boolean | undefined;
|
|
793
807
|
18?: string | number | boolean | undefined;
|
|
794
808
|
20?: string | number | boolean | undefined;
|
|
795
809
|
24?: string | number | boolean | undefined;
|
|
796
810
|
28?: string | number | boolean | undefined;
|
|
811
|
+
30?: string | number | boolean | undefined;
|
|
797
812
|
32?: string | number | boolean | undefined;
|
|
798
813
|
36?: string | number | boolean | undefined;
|
|
799
814
|
40?: string | number | boolean | undefined;
|
|
@@ -941,12 +956,14 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
941
956
|
4?: string | number | boolean | undefined;
|
|
942
957
|
6?: string | number | boolean | undefined;
|
|
943
958
|
8?: string | number | boolean | undefined;
|
|
959
|
+
10?: string | number | boolean | undefined;
|
|
944
960
|
12?: string | number | boolean | undefined;
|
|
945
961
|
16?: string | number | boolean | undefined;
|
|
946
962
|
18?: string | number | boolean | undefined;
|
|
947
963
|
20?: string | number | boolean | undefined;
|
|
948
964
|
24?: string | number | boolean | undefined;
|
|
949
965
|
28?: string | number | boolean | undefined;
|
|
966
|
+
30?: string | number | boolean | undefined;
|
|
950
967
|
32?: string | number | boolean | undefined;
|
|
951
968
|
36?: string | number | boolean | undefined;
|
|
952
969
|
40?: string | number | boolean | undefined;
|
|
@@ -970,6 +987,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
970
987
|
selector: string;
|
|
971
988
|
} & (Argument0 extends string ? import("@stitches/react/types/stitches").ThemeTokens<Argument1, ""> : import("@stitches/react/types/stitches").ThemeTokens<Argument0, "">), keyframes: (style: {
|
|
972
989
|
[offset: string]: import("@stitches/react/types/css-util").CSS<{
|
|
990
|
+
xs: string;
|
|
973
991
|
sm: string;
|
|
974
992
|
md: string;
|
|
975
993
|
lg: string;
|
|
@@ -1102,12 +1120,14 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1102
1120
|
4: string;
|
|
1103
1121
|
6: string;
|
|
1104
1122
|
8: string;
|
|
1123
|
+
10: string;
|
|
1105
1124
|
12: string;
|
|
1106
1125
|
16: string;
|
|
1107
1126
|
18: string;
|
|
1108
1127
|
20: string;
|
|
1109
1128
|
24: string;
|
|
1110
1129
|
28: string;
|
|
1130
|
+
30: string;
|
|
1111
1131
|
32: string;
|
|
1112
1132
|
36: string;
|
|
1113
1133
|
40: string;
|
|
@@ -1132,6 +1152,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1132
1152
|
'@font-face'?: unknown;
|
|
1133
1153
|
} & { [K in keyof Styles]: K extends "@import" ? string | string[] : K extends "@font-face" ? import("@stitches/react/types/css").AtRule.FontFace | import("@stitches/react/types/css").AtRule.FontFace[] : K extends `@keyframes ${string}` ? {
|
|
1134
1154
|
[x: string]: import("@stitches/react/types/css-util").CSS<{
|
|
1155
|
+
xs: string;
|
|
1135
1156
|
sm: string;
|
|
1136
1157
|
md: string;
|
|
1137
1158
|
lg: string;
|
|
@@ -1264,12 +1285,14 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1264
1285
|
4: string;
|
|
1265
1286
|
6: string;
|
|
1266
1287
|
8: string;
|
|
1288
|
+
10: string;
|
|
1267
1289
|
12: string;
|
|
1268
1290
|
16: string;
|
|
1269
1291
|
18: string;
|
|
1270
1292
|
20: string;
|
|
1271
1293
|
24: string;
|
|
1272
1294
|
28: string;
|
|
1295
|
+
30: string;
|
|
1273
1296
|
32: string;
|
|
1274
1297
|
36: string;
|
|
1275
1298
|
40: string;
|
|
@@ -1285,6 +1308,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1285
1308
|
transitions: {};
|
|
1286
1309
|
}, DefaultThemeMap, {}>;
|
|
1287
1310
|
} : K extends `@property ${string}` ? import("@stitches/react/types/css").AtRule.Property : import("@stitches/react/types/css-util").CSS<{
|
|
1311
|
+
xs: string;
|
|
1288
1312
|
sm: string;
|
|
1289
1313
|
md: string;
|
|
1290
1314
|
lg: string;
|
|
@@ -1417,12 +1441,14 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1417
1441
|
4: string;
|
|
1418
1442
|
6: string;
|
|
1419
1443
|
8: string;
|
|
1444
|
+
10: string;
|
|
1420
1445
|
12: string;
|
|
1421
1446
|
16: string;
|
|
1422
1447
|
18: string;
|
|
1423
1448
|
20: string;
|
|
1424
1449
|
24: string;
|
|
1425
1450
|
28: string;
|
|
1451
|
+
30: string;
|
|
1426
1452
|
32: string;
|
|
1427
1453
|
36: string;
|
|
1428
1454
|
40: string;
|
|
@@ -1439,6 +1465,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1439
1465
|
}, DefaultThemeMap, {}>; })[]) => () => string, config: {
|
|
1440
1466
|
prefix: "";
|
|
1441
1467
|
media: {
|
|
1468
|
+
xs: string;
|
|
1442
1469
|
sm: string;
|
|
1443
1470
|
md: string;
|
|
1444
1471
|
lg: string;
|
|
@@ -1572,12 +1599,14 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1572
1599
|
4: string;
|
|
1573
1600
|
6: string;
|
|
1574
1601
|
8: string;
|
|
1602
|
+
10: string;
|
|
1575
1603
|
12: string;
|
|
1576
1604
|
16: string;
|
|
1577
1605
|
18: string;
|
|
1578
1606
|
20: string;
|
|
1579
1607
|
24: string;
|
|
1580
1608
|
28: string;
|
|
1609
|
+
30: string;
|
|
1581
1610
|
32: string;
|
|
1582
1611
|
36: string;
|
|
1583
1612
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/theme.ts"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAMpE,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/theme.ts"],"names":[],"mappings":";AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAMpE,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiKjB,CAAC;AAaF,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;CAuBtB,CAAC;AAMF,eAAO,MAAQ,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAAE,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAAE,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4KAAE,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAAE,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAAE,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKjE,CAAC;AAEL,eAAO,MAAM,UAAU;;;gEAAoC,CAAC;AAE5D,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;MAKpB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rango-dev/ui",
|
|
3
|
-
"version": "0.26.1-next.
|
|
3
|
+
"version": "0.26.1-next.10",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@radix-ui/react-radio-group": "^1.1.1",
|
|
66
66
|
"@radix-ui/react-switch": "^1.0.1",
|
|
67
67
|
"@radix-ui/react-tooltip": "^1.0.2",
|
|
68
|
-
"@rango-dev/wallets-shared": "^0.25.1-next.
|
|
68
|
+
"@rango-dev/wallets-shared": "^0.25.1-next.1",
|
|
69
69
|
"@stitches/react": "^1.2.8",
|
|
70
70
|
"rango-sdk": "^0.1.44",
|
|
71
71
|
"rango-types": "^0.1.57",
|
|
@@ -77,4 +77,4 @@
|
|
|
77
77
|
"publishConfig": {
|
|
78
78
|
"access": "public"
|
|
79
79
|
}
|
|
80
|
-
}
|
|
80
|
+
}
|
|
@@ -16,9 +16,12 @@ function ButtonComponent(props: PropsWithChildren<PropTypes>, ref?: Ref) {
|
|
|
16
16
|
prefix,
|
|
17
17
|
suffix,
|
|
18
18
|
onClick,
|
|
19
|
+
disableRipple,
|
|
19
20
|
...otherProps
|
|
20
21
|
} = props;
|
|
21
22
|
|
|
23
|
+
const shouldShowRipple = !disabled && !loading && !disableRipple;
|
|
24
|
+
|
|
22
25
|
return (
|
|
23
26
|
<ButtonBase
|
|
24
27
|
disabled={!loading && disabled}
|
|
@@ -38,7 +41,7 @@ function ButtonComponent(props: PropsWithChildren<PropTypes>, ref?: Ref) {
|
|
|
38
41
|
{suffix}
|
|
39
42
|
</>
|
|
40
43
|
)}
|
|
41
|
-
{
|
|
44
|
+
{shouldShowRipple && <Ripple />}
|
|
42
45
|
</ButtonBase>
|
|
43
46
|
);
|
|
44
47
|
}
|