@rango-dev/ui 0.26.1-next.1 → 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.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/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 +15 -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.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 +1 -0
- 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/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.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/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 -2
- 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.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/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 +2 -2
- 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/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 +73 -23
- package/src/components/StepDetails/StepDetails.types.ts +17 -1
- package/src/components/SwapListItem/SwapListItem.types.ts +1 -0
- package/src/components/SwapListItem/SwapToken.tsx +4 -3
- package/src/components/SwapListItem/mock.ts +1 -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/Tooltip/Tooltip.styles.ts +7 -0
- package/src/components/Tooltip/Tooltip.tsx +2 -1
- package/src/components/Tooltip/Tooltip.types.ts +6 -2
- package/src/components/Wallet/Wallet.styles.ts +1 -1
- package/src/components/index.ts +1 -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
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export declare const TokenContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
2
|
+
xs: string;
|
|
2
3
|
sm: string;
|
|
3
4
|
md: string;
|
|
4
5
|
lg: string;
|
|
5
6
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
7
|
+
xs: string;
|
|
6
8
|
sm: string;
|
|
7
9
|
md: string;
|
|
8
10
|
lg: string;
|
|
@@ -135,12 +137,14 @@ export declare const TokenContainer: import("@stitches/react/types/styled-compon
|
|
|
135
137
|
4: string;
|
|
136
138
|
6: string;
|
|
137
139
|
8: string;
|
|
140
|
+
10: string;
|
|
138
141
|
12: string;
|
|
139
142
|
16: string;
|
|
140
143
|
18: string;
|
|
141
144
|
20: string;
|
|
142
145
|
24: string;
|
|
143
146
|
28: string;
|
|
147
|
+
30: string;
|
|
144
148
|
32: string;
|
|
145
149
|
36: string;
|
|
146
150
|
40: string;
|
|
@@ -156,10 +160,12 @@ export declare const TokenContainer: import("@stitches/react/types/styled-compon
|
|
|
156
160
|
transitions: {};
|
|
157
161
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
158
162
|
export declare const Images: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
163
|
+
xs: string;
|
|
159
164
|
sm: string;
|
|
160
165
|
md: string;
|
|
161
166
|
lg: string;
|
|
162
167
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
168
|
+
xs: string;
|
|
163
169
|
sm: string;
|
|
164
170
|
md: string;
|
|
165
171
|
lg: string;
|
|
@@ -292,12 +298,14 @@ export declare const Images: import("@stitches/react/types/styled-component").St
|
|
|
292
298
|
4: string;
|
|
293
299
|
6: string;
|
|
294
300
|
8: string;
|
|
301
|
+
10: string;
|
|
295
302
|
12: string;
|
|
296
303
|
16: string;
|
|
297
304
|
18: string;
|
|
298
305
|
20: string;
|
|
299
306
|
24: string;
|
|
300
307
|
28: string;
|
|
308
|
+
30: string;
|
|
301
309
|
32: string;
|
|
302
310
|
36: string;
|
|
303
311
|
40: string;
|
|
@@ -315,10 +323,12 @@ export declare const Images: import("@stitches/react/types/styled-component").St
|
|
|
315
323
|
export declare const Layout: import("@stitches/react/types/styled-component").StyledComponent<"div", {
|
|
316
324
|
direction?: "column" | "row" | undefined;
|
|
317
325
|
}, {
|
|
326
|
+
xs: string;
|
|
318
327
|
sm: string;
|
|
319
328
|
md: string;
|
|
320
329
|
lg: string;
|
|
321
330
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
331
|
+
xs: string;
|
|
322
332
|
sm: string;
|
|
323
333
|
md: string;
|
|
324
334
|
lg: string;
|
|
@@ -451,12 +461,14 @@ export declare const Layout: import("@stitches/react/types/styled-component").St
|
|
|
451
461
|
4: string;
|
|
452
462
|
6: string;
|
|
453
463
|
8: string;
|
|
464
|
+
10: string;
|
|
454
465
|
12: string;
|
|
455
466
|
16: string;
|
|
456
467
|
18: string;
|
|
457
468
|
20: string;
|
|
458
469
|
24: string;
|
|
459
470
|
28: string;
|
|
471
|
+
30: string;
|
|
460
472
|
32: string;
|
|
461
473
|
36: string;
|
|
462
474
|
40: string;
|
|
@@ -472,10 +484,12 @@ export declare const Layout: import("@stitches/react/types/styled-component").St
|
|
|
472
484
|
transitions: {};
|
|
473
485
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
474
486
|
export declare const TopSection: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
487
|
+
xs: string;
|
|
475
488
|
sm: string;
|
|
476
489
|
md: string;
|
|
477
490
|
lg: string;
|
|
478
491
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
492
|
+
xs: string;
|
|
479
493
|
sm: string;
|
|
480
494
|
md: string;
|
|
481
495
|
lg: string;
|
|
@@ -608,12 +622,14 @@ export declare const TopSection: import("@stitches/react/types/styled-component"
|
|
|
608
622
|
4: string;
|
|
609
623
|
6: string;
|
|
610
624
|
8: string;
|
|
625
|
+
10: string;
|
|
611
626
|
12: string;
|
|
612
627
|
16: string;
|
|
613
628
|
18: string;
|
|
614
629
|
20: string;
|
|
615
630
|
24: string;
|
|
616
631
|
28: string;
|
|
632
|
+
30: string;
|
|
617
633
|
32: string;
|
|
618
634
|
36: string;
|
|
619
635
|
40: string;
|
|
@@ -629,10 +645,12 @@ export declare const TopSection: import("@stitches/react/types/styled-component"
|
|
|
629
645
|
transitions: {};
|
|
630
646
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
631
647
|
export declare const TokenInfo: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
648
|
+
xs: string;
|
|
632
649
|
sm: string;
|
|
633
650
|
md: string;
|
|
634
651
|
lg: string;
|
|
635
652
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
653
|
+
xs: string;
|
|
636
654
|
sm: string;
|
|
637
655
|
md: string;
|
|
638
656
|
lg: string;
|
|
@@ -765,12 +783,14 @@ export declare const TokenInfo: import("@stitches/react/types/styled-component")
|
|
|
765
783
|
4: string;
|
|
766
784
|
6: string;
|
|
767
785
|
8: string;
|
|
786
|
+
10: string;
|
|
768
787
|
12: string;
|
|
769
788
|
16: string;
|
|
770
789
|
18: string;
|
|
771
790
|
20: string;
|
|
772
791
|
24: string;
|
|
773
792
|
28: string;
|
|
793
|
+
30: string;
|
|
774
794
|
32: string;
|
|
775
795
|
36: string;
|
|
776
796
|
40: string;
|
|
@@ -786,10 +806,12 @@ export declare const TokenInfo: import("@stitches/react/types/styled-component")
|
|
|
786
806
|
transitions: {};
|
|
787
807
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
788
808
|
export declare const Icon: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
809
|
+
xs: string;
|
|
789
810
|
sm: string;
|
|
790
811
|
md: string;
|
|
791
812
|
lg: string;
|
|
792
813
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
814
|
+
xs: string;
|
|
793
815
|
sm: string;
|
|
794
816
|
md: string;
|
|
795
817
|
lg: string;
|
|
@@ -922,12 +944,14 @@ export declare const Icon: import("@stitches/react/types/styled-component").Styl
|
|
|
922
944
|
4: string;
|
|
923
945
|
6: string;
|
|
924
946
|
8: string;
|
|
947
|
+
10: string;
|
|
925
948
|
12: string;
|
|
926
949
|
16: string;
|
|
927
950
|
18: string;
|
|
928
951
|
20: string;
|
|
929
952
|
24: string;
|
|
930
953
|
28: string;
|
|
954
|
+
30: string;
|
|
931
955
|
32: string;
|
|
932
956
|
36: string;
|
|
933
957
|
40: string;
|
|
@@ -943,10 +967,12 @@ export declare const Icon: import("@stitches/react/types/styled-component").Styl
|
|
|
943
967
|
transitions: {};
|
|
944
968
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
945
969
|
export declare const LayoutLoading: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
970
|
+
xs: string;
|
|
946
971
|
sm: string;
|
|
947
972
|
md: string;
|
|
948
973
|
lg: string;
|
|
949
974
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
975
|
+
xs: string;
|
|
950
976
|
sm: string;
|
|
951
977
|
md: string;
|
|
952
978
|
lg: string;
|
|
@@ -1079,12 +1105,14 @@ export declare const LayoutLoading: import("@stitches/react/types/styled-compone
|
|
|
1079
1105
|
4: string;
|
|
1080
1106
|
6: string;
|
|
1081
1107
|
8: string;
|
|
1108
|
+
10: string;
|
|
1082
1109
|
12: string;
|
|
1083
1110
|
16: string;
|
|
1084
1111
|
18: string;
|
|
1085
1112
|
20: string;
|
|
1086
1113
|
24: string;
|
|
1087
1114
|
28: string;
|
|
1115
|
+
30: string;
|
|
1088
1116
|
32: string;
|
|
1089
1117
|
36: string;
|
|
1090
1118
|
40: string;
|
|
@@ -1100,10 +1128,12 @@ export declare const LayoutLoading: import("@stitches/react/types/styled-compone
|
|
|
1100
1128
|
transitions: {};
|
|
1101
1129
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1102
1130
|
export declare const IconLoading: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1131
|
+
xs: string;
|
|
1103
1132
|
sm: string;
|
|
1104
1133
|
md: string;
|
|
1105
1134
|
lg: string;
|
|
1106
1135
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1136
|
+
xs: string;
|
|
1107
1137
|
sm: string;
|
|
1108
1138
|
md: string;
|
|
1109
1139
|
lg: string;
|
|
@@ -1236,12 +1266,14 @@ export declare const IconLoading: import("@stitches/react/types/styled-component
|
|
|
1236
1266
|
4: string;
|
|
1237
1267
|
6: string;
|
|
1238
1268
|
8: string;
|
|
1269
|
+
10: string;
|
|
1239
1270
|
12: string;
|
|
1240
1271
|
16: string;
|
|
1241
1272
|
18: string;
|
|
1242
1273
|
20: string;
|
|
1243
1274
|
24: string;
|
|
1244
1275
|
28: string;
|
|
1276
|
+
30: string;
|
|
1245
1277
|
32: string;
|
|
1246
1278
|
36: string;
|
|
1247
1279
|
40: string;
|
|
@@ -1257,10 +1289,12 @@ export declare const IconLoading: import("@stitches/react/types/styled-component
|
|
|
1257
1289
|
transitions: {};
|
|
1258
1290
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
1259
1291
|
export declare const LoadingContainer: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
1292
|
+
xs: string;
|
|
1260
1293
|
sm: string;
|
|
1261
1294
|
md: string;
|
|
1262
1295
|
lg: string;
|
|
1263
1296
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
1297
|
+
xs: string;
|
|
1264
1298
|
sm: string;
|
|
1265
1299
|
md: string;
|
|
1266
1300
|
lg: string;
|
|
@@ -1393,12 +1427,14 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
|
|
|
1393
1427
|
4: string;
|
|
1394
1428
|
6: string;
|
|
1395
1429
|
8: string;
|
|
1430
|
+
10: string;
|
|
1396
1431
|
12: string;
|
|
1397
1432
|
16: string;
|
|
1398
1433
|
18: string;
|
|
1399
1434
|
20: string;
|
|
1400
1435
|
24: string;
|
|
1401
1436
|
28: string;
|
|
1437
|
+
30: string;
|
|
1402
1438
|
32: string;
|
|
1403
1439
|
36: string;
|
|
1404
1440
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"SwapToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKzB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKjB,CAAC;AAEH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAcjB,CAAC;AAEH,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIrB,CAAC;AAEH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAQf,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIxB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMtB,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/mock.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAQ/C,eAAO,MAAM,IAAI,EAAE,WA6RlB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"mock.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/mock.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAQ/C,eAAO,MAAM,IAAI,EAAE,WA6RlB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,aAuB3B,CAAC"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as RadixSwitch from '@radix-ui/react-switch';
|
|
3
3
|
export declare const StyledSwitchRoot: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<RadixSwitch.SwitchProps & import("react").RefAttributes<HTMLButtonElement>>, {}, {
|
|
4
|
+
xs: string;
|
|
4
5
|
sm: string;
|
|
5
6
|
md: string;
|
|
6
7
|
lg: string;
|
|
7
8
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
9
|
+
xs: string;
|
|
8
10
|
sm: string;
|
|
9
11
|
md: string;
|
|
10
12
|
lg: string;
|
|
@@ -137,12 +139,14 @@ export declare const StyledSwitchRoot: import("@stitches/react/types/styled-comp
|
|
|
137
139
|
4: string;
|
|
138
140
|
6: string;
|
|
139
141
|
8: string;
|
|
142
|
+
10: string;
|
|
140
143
|
12: string;
|
|
141
144
|
16: string;
|
|
142
145
|
18: string;
|
|
143
146
|
20: string;
|
|
144
147
|
24: string;
|
|
145
148
|
28: string;
|
|
149
|
+
30: string;
|
|
146
150
|
32: string;
|
|
147
151
|
36: string;
|
|
148
152
|
40: string;
|
|
@@ -158,10 +162,12 @@ export declare const StyledSwitchRoot: import("@stitches/react/types/styled-comp
|
|
|
158
162
|
transitions: {};
|
|
159
163
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
160
164
|
export declare const StyledSwitchThumb: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<RadixSwitch.SwitchThumbProps & import("react").RefAttributes<HTMLSpanElement>>, {}, {
|
|
165
|
+
xs: string;
|
|
161
166
|
sm: string;
|
|
162
167
|
md: string;
|
|
163
168
|
lg: string;
|
|
164
169
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
170
|
+
xs: string;
|
|
165
171
|
sm: string;
|
|
166
172
|
md: string;
|
|
167
173
|
lg: string;
|
|
@@ -294,12 +300,14 @@ export declare const StyledSwitchThumb: import("@stitches/react/types/styled-com
|
|
|
294
300
|
4: string;
|
|
295
301
|
6: string;
|
|
296
302
|
8: string;
|
|
303
|
+
10: string;
|
|
297
304
|
12: string;
|
|
298
305
|
16: string;
|
|
299
306
|
18: string;
|
|
300
307
|
20: string;
|
|
301
308
|
24: string;
|
|
302
309
|
28: string;
|
|
310
|
+
30: string;
|
|
303
311
|
32: string;
|
|
304
312
|
36: string;
|
|
305
313
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Switch.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Switch/Switch.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAItD,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"Switch.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Switch/Switch.styles.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,wBAAwB,CAAC;AAItD,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA0B3B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAsB5B,CAAC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const TextField: React.ForwardRefExoticComponent<{
|
|
3
|
-
label?:
|
|
3
|
+
label?: React.ReactNode;
|
|
4
4
|
prefix?: React.ReactNode;
|
|
5
5
|
suffix?: React.ReactNode;
|
|
6
6
|
size?: "small" | "large" | undefined;
|
|
7
7
|
variant?: "contained" | "outlined" | "ghost" | undefined;
|
|
8
8
|
fullWidth?: boolean | undefined;
|
|
9
|
+
labelProps?: import("../Typography/Typography.types").PropTypes | undefined;
|
|
9
10
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> & {
|
|
10
11
|
children?: React.ReactNode;
|
|
11
12
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"TextField.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAqD1B,QAAA,MAAM,SAAS;;;;;;;;;;0CAAuC,CAAC;AAIvD,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import type { PropTypes } from './TextField.types';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
|
|
4
|
-
label?:
|
|
4
|
+
label?: React.ReactNode;
|
|
5
5
|
prefix?: React.ReactNode;
|
|
6
6
|
suffix?: React.ReactNode;
|
|
7
7
|
size?: "small" | "large" | undefined;
|
|
8
8
|
variant?: "contained" | "outlined" | "ghost" | undefined;
|
|
9
9
|
fullWidth?: boolean | undefined;
|
|
10
|
+
labelProps?: import("../Typography/Typography.types").PropTypes | undefined;
|
|
10
11
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "prefix"> & {
|
|
11
12
|
children?: React.ReactNode;
|
|
12
13
|
} & React.RefAttributes<HTMLInputElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGnD,OAAO,KAAK,MAAM,OAAO,CAAC
|
|
1
|
+
{"version":3,"file":"TextField.stories.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AAGnD,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;;;AAM1B,wBAoB4B;AAE5B,eAAO,MAAM,IAAI,SAAU,SAAS,sBAA4B,CAAC;AAEjE,eAAO,MAAM,UAAU,SAAU,SAAS,sBAEzC,CAAC;AAEF,eAAO,MAAM,UAAU,SAAU,SAAS,sBAEzC,CAAC"}
|
|
@@ -4,10 +4,12 @@ export declare const InputContainer: import("@stitches/react/types/styled-compon
|
|
|
4
4
|
variant?: "contained" | "outlined" | "ghost" | undefined;
|
|
5
5
|
disabled?: boolean | "true" | "false" | undefined;
|
|
6
6
|
}, {
|
|
7
|
+
xs: string;
|
|
7
8
|
sm: string;
|
|
8
9
|
md: string;
|
|
9
10
|
lg: string;
|
|
10
11
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
12
|
+
xs: string;
|
|
11
13
|
sm: string;
|
|
12
14
|
md: string;
|
|
13
15
|
lg: string;
|
|
@@ -140,12 +142,14 @@ export declare const InputContainer: import("@stitches/react/types/styled-compon
|
|
|
140
142
|
4: string;
|
|
141
143
|
6: string;
|
|
142
144
|
8: string;
|
|
145
|
+
10: string;
|
|
143
146
|
12: string;
|
|
144
147
|
16: string;
|
|
145
148
|
18: string;
|
|
146
149
|
20: string;
|
|
147
150
|
24: string;
|
|
148
151
|
28: string;
|
|
152
|
+
30: string;
|
|
149
153
|
32: string;
|
|
150
154
|
36: string;
|
|
151
155
|
40: string;
|
|
@@ -163,10 +167,12 @@ export declare const InputContainer: import("@stitches/react/types/styled-compon
|
|
|
163
167
|
export declare const Input: import("@stitches/react/types/styled-component").StyledComponent<"input", {
|
|
164
168
|
suffix?: boolean | "true" | undefined;
|
|
165
169
|
}, {
|
|
170
|
+
xs: string;
|
|
166
171
|
sm: string;
|
|
167
172
|
md: string;
|
|
168
173
|
lg: string;
|
|
169
174
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
175
|
+
xs: string;
|
|
170
176
|
sm: string;
|
|
171
177
|
md: string;
|
|
172
178
|
lg: string;
|
|
@@ -299,12 +305,14 @@ export declare const Input: import("@stitches/react/types/styled-component").Sty
|
|
|
299
305
|
4: string;
|
|
300
306
|
6: string;
|
|
301
307
|
8: string;
|
|
308
|
+
10: string;
|
|
302
309
|
12: string;
|
|
303
310
|
16: string;
|
|
304
311
|
18: string;
|
|
305
312
|
20: string;
|
|
306
313
|
24: string;
|
|
307
314
|
28: string;
|
|
315
|
+
30: string;
|
|
308
316
|
32: string;
|
|
309
317
|
36: string;
|
|
310
318
|
40: string;
|
|
@@ -320,10 +328,12 @@ export declare const Input: import("@stitches/react/types/styled-component").Sty
|
|
|
320
328
|
transitions: {};
|
|
321
329
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
322
330
|
export declare const Label: import("@stitches/react/types/styled-component").StyledComponent<"label", {}, {
|
|
331
|
+
xs: string;
|
|
323
332
|
sm: string;
|
|
324
333
|
md: string;
|
|
325
334
|
lg: string;
|
|
326
335
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
336
|
+
xs: string;
|
|
327
337
|
sm: string;
|
|
328
338
|
md: string;
|
|
329
339
|
lg: string;
|
|
@@ -456,12 +466,14 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
|
|
|
456
466
|
4: string;
|
|
457
467
|
6: string;
|
|
458
468
|
8: string;
|
|
469
|
+
10: string;
|
|
459
470
|
12: string;
|
|
460
471
|
16: string;
|
|
461
472
|
18: string;
|
|
462
473
|
20: string;
|
|
463
474
|
24: string;
|
|
464
475
|
28: string;
|
|
476
|
+
30: string;
|
|
465
477
|
32: string;
|
|
466
478
|
36: string;
|
|
467
479
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"TextField.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgFzB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAkChB,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEhB,CAAC"}
|
|
@@ -1,17 +1,19 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import type { InputContainer } from './TextField.styles';
|
|
3
|
+
import type { PropTypes as TypographyProps } from '../Typography/Typography.types';
|
|
3
4
|
import type * as Stitches from '@stitches/react';
|
|
4
5
|
type BaseProps = Stitches.VariantProps<typeof InputContainer>;
|
|
5
6
|
type BaseSizes = Exclude<BaseProps['size'], object>;
|
|
6
7
|
type BaseVariants = Exclude<BaseProps['variant'], object>;
|
|
7
8
|
export type Ref = ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
|
|
8
9
|
export type PropTypes = {
|
|
9
|
-
label?: string;
|
|
10
|
+
label?: string | React.ReactNode;
|
|
10
11
|
prefix?: React.ReactNode;
|
|
11
12
|
suffix?: React.ReactNode;
|
|
12
13
|
size?: BaseSizes;
|
|
13
14
|
variant?: BaseVariants;
|
|
14
15
|
fullWidth?: boolean;
|
|
16
|
+
labelProps?: TypographyProps;
|
|
15
17
|
} & Omit<React.InputHTMLAttributes<HTMLInputElement>, 'prefix' | 'size'>;
|
|
16
18
|
export {};
|
|
17
19
|
//# sourceMappingURL=TextField.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.types.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,KAAK,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAEjD,KAAK,SAAS,GAAG,QAAQ,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,KAAK,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AACpD,KAAK,YAAY,GAAG,OAAO,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,CAAC;AAE1D,MAAM,MAAM,GAAG,GACX,CAAC,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAC,GAC7C,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,GACjC,IAAI,GACJ,SAAS,CAAC;AAEd,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"TextField.types.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TextField/TextField.types.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACzD,OAAO,KAAK,EAAE,SAAS,IAAI,eAAe,EAAE,MAAM,gCAAgC,CAAC;AACnF,OAAO,KAAK,KAAK,QAAQ,MAAM,iBAAiB,CAAC;AAEjD,KAAK,SAAS,GAAG,QAAQ,CAAC,YAAY,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,KAAK,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;AACpD,KAAK,YAAY,GAAG,OAAO,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC,CAAC;AAE1D,MAAM,MAAM,GAAG,GACX,CAAC,CAAC,QAAQ,EAAE,gBAAgB,GAAG,IAAI,KAAK,IAAI,CAAC,GAC7C,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,GACjC,IAAI,GACJ,SAAS,CAAC;AAEd,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IACjC,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,eAAe,CAAC;CAC9B,GAAG,IAAI,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC,CAAC"}
|
|
@@ -2,10 +2,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
2
2
|
direction?: "vertical" | "horizontal" | undefined;
|
|
3
3
|
centerAlign?: boolean | "true" | undefined;
|
|
4
4
|
}, {
|
|
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 Container: import("@stitches/react/types/styled-component")
|
|
|
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;
|
|
@@ -159,10 +163,12 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
159
163
|
transitions: {};
|
|
160
164
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
161
165
|
export declare const tokenAmountStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
166
|
+
xs: string;
|
|
162
167
|
sm: string;
|
|
163
168
|
md: string;
|
|
164
169
|
lg: string;
|
|
165
170
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
171
|
+
xs: string;
|
|
166
172
|
sm: string;
|
|
167
173
|
md: string;
|
|
168
174
|
lg: string;
|
|
@@ -295,12 +301,14 @@ export declare const tokenAmountStyles: import("@stitches/react/types/styled-com
|
|
|
295
301
|
4: string;
|
|
296
302
|
6: string;
|
|
297
303
|
8: string;
|
|
304
|
+
10: string;
|
|
298
305
|
12: string;
|
|
299
306
|
16: string;
|
|
300
307
|
18: string;
|
|
301
308
|
20: string;
|
|
302
309
|
24: string;
|
|
303
310
|
28: string;
|
|
311
|
+
30: string;
|
|
304
312
|
32: string;
|
|
305
313
|
36: string;
|
|
306
314
|
40: string;
|
|
@@ -316,10 +324,12 @@ export declare const tokenAmountStyles: import("@stitches/react/types/styled-com
|
|
|
316
324
|
transitions: {};
|
|
317
325
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
318
326
|
export declare const usdValueStyles: import("@stitches/react/types/styled-component").CssComponent<never, {}, {
|
|
327
|
+
xs: string;
|
|
319
328
|
sm: string;
|
|
320
329
|
md: string;
|
|
321
330
|
lg: string;
|
|
322
331
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
332
|
+
xs: string;
|
|
323
333
|
sm: string;
|
|
324
334
|
md: string;
|
|
325
335
|
lg: string;
|
|
@@ -452,12 +462,14 @@ export declare const usdValueStyles: import("@stitches/react/types/styled-compon
|
|
|
452
462
|
4: string;
|
|
453
463
|
6: string;
|
|
454
464
|
8: string;
|
|
465
|
+
10: string;
|
|
455
466
|
12: string;
|
|
456
467
|
16: string;
|
|
457
468
|
18: string;
|
|
458
469
|
20: string;
|
|
459
470
|
24: string;
|
|
460
471
|
28: string;
|
|
472
|
+
30: string;
|
|
461
473
|
32: string;
|
|
462
474
|
36: string;
|
|
463
475
|
40: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenAmount.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TokenAmount/TokenAmount.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"TokenAmount.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TokenAmount/TokenAmount.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAepB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI5B,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAGzB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,wBAAgB,OAAO,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,wBAAgB,OAAO,CAAC,KAAK,EAAE,iBAAiB,CAAC,SAAS,CAAC,qBA4B1D"}
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as RadixTooltip from '@radix-ui/react-tooltip';
|
|
3
3
|
import { Typography } from '../Typography';
|
|
4
|
-
export declare const TooltipContent: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<RadixTooltip.TooltipContentProps & import("react").RefAttributes<HTMLDivElement>>, {
|
|
4
|
+
export declare const TooltipContent: import("@stitches/react/types/styled-component").StyledComponent<import("react").ForwardRefExoticComponent<RadixTooltip.TooltipContentProps & import("react").RefAttributes<HTMLDivElement>>, {
|
|
5
|
+
align?: "right" | undefined;
|
|
6
|
+
}, {
|
|
7
|
+
xs: string;
|
|
5
8
|
sm: string;
|
|
6
9
|
md: string;
|
|
7
10
|
lg: string;
|
|
8
11
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
12
|
+
xs: string;
|
|
9
13
|
sm: string;
|
|
10
14
|
md: string;
|
|
11
15
|
lg: string;
|
|
@@ -138,12 +142,14 @@ export declare const TooltipContent: import("@stitches/react/types/styled-compon
|
|
|
138
142
|
4: string;
|
|
139
143
|
6: string;
|
|
140
144
|
8: string;
|
|
145
|
+
10: string;
|
|
141
146
|
12: string;
|
|
142
147
|
16: string;
|
|
143
148
|
18: string;
|
|
144
149
|
20: string;
|
|
145
150
|
24: string;
|
|
146
151
|
28: string;
|
|
152
|
+
30: string;
|
|
147
153
|
32: string;
|
|
148
154
|
36: string;
|
|
149
155
|
40: string;
|
|
@@ -159,10 +165,12 @@ export declare const TooltipContent: import("@stitches/react/types/styled-compon
|
|
|
159
165
|
transitions: {};
|
|
160
166
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
161
167
|
export declare const TooltipTypography: import("@stitches/react/types/styled-component").StyledComponent<typeof Typography, {}, {
|
|
168
|
+
xs: string;
|
|
162
169
|
sm: string;
|
|
163
170
|
md: string;
|
|
164
171
|
lg: string;
|
|
165
172
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
173
|
+
xs: string;
|
|
166
174
|
sm: string;
|
|
167
175
|
md: string;
|
|
168
176
|
lg: string;
|
|
@@ -295,12 +303,14 @@ export declare const TooltipTypography: import("@stitches/react/types/styled-com
|
|
|
295
303
|
4: string;
|
|
296
304
|
6: string;
|
|
297
305
|
8: string;
|
|
306
|
+
10: string;
|
|
298
307
|
12: string;
|
|
299
308
|
16: string;
|
|
300
309
|
18: string;
|
|
301
310
|
20: string;
|
|
302
311
|
24: string;
|
|
303
312
|
28: string;
|
|
313
|
+
30: string;
|
|
304
314
|
32: string;
|
|
305
315
|
36: string;
|
|
306
316
|
40: string;
|
|
@@ -316,10 +326,12 @@ export declare const TooltipTypography: import("@stitches/react/types/styled-com
|
|
|
316
326
|
transitions: {};
|
|
317
327
|
}, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
|
|
318
328
|
export declare const TriggerContent: import("@stitches/react/types/styled-component").StyledComponent<"div", {}, {
|
|
329
|
+
xs: string;
|
|
319
330
|
sm: string;
|
|
320
331
|
md: string;
|
|
321
332
|
lg: string;
|
|
322
333
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
334
|
+
xs: string;
|
|
323
335
|
sm: string;
|
|
324
336
|
md: string;
|
|
325
337
|
lg: string;
|
|
@@ -452,12 +464,14 @@ export declare const TriggerContent: import("@stitches/react/types/styled-compon
|
|
|
452
464
|
4: string;
|
|
453
465
|
6: string;
|
|
454
466
|
8: string;
|
|
467
|
+
10: string;
|
|
455
468
|
12: string;
|
|
456
469
|
16: string;
|
|
457
470
|
18: string;
|
|
458
471
|
20: string;
|
|
459
472
|
24: string;
|
|
460
473
|
28: string;
|
|
474
|
+
30: string;
|
|
461
475
|
32: string;
|
|
462
476
|
36: string;
|
|
463
477
|
40: string;
|