@rango-dev/ui 0.17.1-next.3 → 0.17.1-next.4
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 +2 -2
- package/dist/index.js.map +4 -4
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +9 -0
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +27 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +6 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +3 -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 +6 -0
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts +9 -0
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +6 -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 +12 -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 +3 -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 +3 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +15 -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 +6 -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 +3 -0
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/common.d.ts +6 -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 +3 -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 +3 -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 +3 -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 +3 -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 +9 -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 +18 -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 +3 -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 +6 -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 +3 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +6 -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 +12 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +3 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +3 -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 +9 -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 +3 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +15 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +3 -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 +3 -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 +18 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +27 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +6 -0
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +9 -0
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +9 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +3 -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 +15 -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 +3 -0
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +3 -0
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +30 -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 +9 -0
- 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 +6 -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 +3 -0
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/Colors.d.ts +5 -0
- package/dist/widget/ui/src/icons/Colors.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/CustomColors.d.ts +5 -0
- package/dist/widget/ui/src/icons/CustomColors.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Style.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/index.d.ts +2 -0
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +52 -0
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/icons/Colors.tsx +33 -0
- package/src/icons/CustomColors.tsx +21 -0
- package/src/icons/LogoWithText.tsx +16 -16
- package/src/icons/Style.tsx +29 -25
- package/src/icons/index.ts +2 -0
- package/src/theme.ts +29 -22
|
@@ -10,8 +10,10 @@ export declare const StyledSwitchRoot: import("@stitches/react/types/styled-comp
|
|
|
10
10
|
lg: string;
|
|
11
11
|
}, {
|
|
12
12
|
colors: {
|
|
13
|
+
primary: string;
|
|
13
14
|
primary500: string;
|
|
14
15
|
primary600: string;
|
|
16
|
+
secondary: string;
|
|
15
17
|
secondary100: string;
|
|
16
18
|
secondary200: string;
|
|
17
19
|
secondary300: string;
|
|
@@ -21,6 +23,7 @@ export declare const StyledSwitchRoot: import("@stitches/react/types/styled-comp
|
|
|
21
23
|
secondary700: string;
|
|
22
24
|
secondary800: string;
|
|
23
25
|
secondary900: string;
|
|
26
|
+
neutral: string;
|
|
24
27
|
neutral100: string;
|
|
25
28
|
neutral200: string;
|
|
26
29
|
neutral300: string;
|
|
@@ -163,8 +166,10 @@ export declare const StyledSwitchThumb: import("@stitches/react/types/styled-com
|
|
|
163
166
|
lg: string;
|
|
164
167
|
}, {
|
|
165
168
|
colors: {
|
|
169
|
+
primary: string;
|
|
166
170
|
primary500: string;
|
|
167
171
|
primary600: string;
|
|
172
|
+
secondary: string;
|
|
168
173
|
secondary100: string;
|
|
169
174
|
secondary200: string;
|
|
170
175
|
secondary300: string;
|
|
@@ -174,6 +179,7 @@ export declare const StyledSwitchThumb: import("@stitches/react/types/styled-com
|
|
|
174
179
|
secondary700: string;
|
|
175
180
|
secondary800: string;
|
|
176
181
|
secondary900: string;
|
|
182
|
+
neutral: string;
|
|
177
183
|
neutral100: string;
|
|
178
184
|
neutral200: string;
|
|
179
185
|
neutral300: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAuB3B,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAgB5B,CAAC"}
|
|
@@ -13,8 +13,10 @@ export declare const InputContainer: import("@stitches/react/types/styled-compon
|
|
|
13
13
|
lg: string;
|
|
14
14
|
}, {
|
|
15
15
|
colors: {
|
|
16
|
+
primary: string;
|
|
16
17
|
primary500: string;
|
|
17
18
|
primary600: string;
|
|
19
|
+
secondary: string;
|
|
18
20
|
secondary100: string;
|
|
19
21
|
secondary200: string;
|
|
20
22
|
secondary300: string;
|
|
@@ -24,6 +26,7 @@ export declare const InputContainer: import("@stitches/react/types/styled-compon
|
|
|
24
26
|
secondary700: string;
|
|
25
27
|
secondary800: string;
|
|
26
28
|
secondary900: string;
|
|
29
|
+
neutral: string;
|
|
27
30
|
neutral100: string;
|
|
28
31
|
neutral200: string;
|
|
29
32
|
neutral300: string;
|
|
@@ -168,8 +171,10 @@ export declare const Input: import("@stitches/react/types/styled-component").Sty
|
|
|
168
171
|
lg: string;
|
|
169
172
|
}, {
|
|
170
173
|
colors: {
|
|
174
|
+
primary: string;
|
|
171
175
|
primary500: string;
|
|
172
176
|
primary600: string;
|
|
177
|
+
secondary: string;
|
|
173
178
|
secondary100: string;
|
|
174
179
|
secondary200: string;
|
|
175
180
|
secondary300: string;
|
|
@@ -179,6 +184,7 @@ export declare const Input: import("@stitches/react/types/styled-component").Sty
|
|
|
179
184
|
secondary700: string;
|
|
180
185
|
secondary800: string;
|
|
181
186
|
secondary900: string;
|
|
187
|
+
neutral: string;
|
|
182
188
|
neutral100: string;
|
|
183
189
|
neutral200: string;
|
|
184
190
|
neutral300: string;
|
|
@@ -321,8 +327,10 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
|
|
|
321
327
|
lg: string;
|
|
322
328
|
}, {
|
|
323
329
|
colors: {
|
|
330
|
+
primary: string;
|
|
324
331
|
primary500: string;
|
|
325
332
|
primary600: string;
|
|
333
|
+
secondary: string;
|
|
326
334
|
secondary100: string;
|
|
327
335
|
secondary200: string;
|
|
328
336
|
secondary300: string;
|
|
@@ -332,6 +340,7 @@ export declare const Label: import("@stitches/react/types/styled-component").Sty
|
|
|
332
340
|
secondary700: string;
|
|
333
341
|
secondary800: string;
|
|
334
342
|
secondary900: string;
|
|
343
|
+
neutral: string;
|
|
335
344
|
neutral100: string;
|
|
336
345
|
neutral200: string;
|
|
337
346
|
neutral300: 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"}
|
|
@@ -11,8 +11,10 @@ export declare const TooltipContent: import("@stitches/react/types/styled-compon
|
|
|
11
11
|
lg: string;
|
|
12
12
|
}, {
|
|
13
13
|
colors: {
|
|
14
|
+
primary: string;
|
|
14
15
|
primary500: string;
|
|
15
16
|
primary600: string;
|
|
17
|
+
secondary: string;
|
|
16
18
|
secondary100: string;
|
|
17
19
|
secondary200: string;
|
|
18
20
|
secondary300: string;
|
|
@@ -22,6 +24,7 @@ export declare const TooltipContent: import("@stitches/react/types/styled-compon
|
|
|
22
24
|
secondary700: string;
|
|
23
25
|
secondary800: string;
|
|
24
26
|
secondary900: string;
|
|
27
|
+
neutral: string;
|
|
25
28
|
neutral100: string;
|
|
26
29
|
neutral200: string;
|
|
27
30
|
neutral300: string;
|
|
@@ -164,8 +167,10 @@ export declare const TooltipArrow: import("@stitches/react/types/styled-componen
|
|
|
164
167
|
lg: string;
|
|
165
168
|
}, {
|
|
166
169
|
colors: {
|
|
170
|
+
primary: string;
|
|
167
171
|
primary500: string;
|
|
168
172
|
primary600: string;
|
|
173
|
+
secondary: string;
|
|
169
174
|
secondary100: string;
|
|
170
175
|
secondary200: string;
|
|
171
176
|
secondary300: string;
|
|
@@ -175,6 +180,7 @@ export declare const TooltipArrow: import("@stitches/react/types/styled-componen
|
|
|
175
180
|
secondary700: string;
|
|
176
181
|
secondary800: string;
|
|
177
182
|
secondary900: string;
|
|
183
|
+
neutral: string;
|
|
178
184
|
neutral100: string;
|
|
179
185
|
neutral200: string;
|
|
180
186
|
neutral300: string;
|
|
@@ -317,8 +323,10 @@ export declare const TooltipTypography: import("@stitches/react/types/styled-com
|
|
|
317
323
|
lg: string;
|
|
318
324
|
}, {
|
|
319
325
|
colors: {
|
|
326
|
+
primary: string;
|
|
320
327
|
primary500: string;
|
|
321
328
|
primary600: string;
|
|
329
|
+
secondary: string;
|
|
322
330
|
secondary100: string;
|
|
323
331
|
secondary200: string;
|
|
324
332
|
secondary300: string;
|
|
@@ -328,6 +336,7 @@ export declare const TooltipTypography: import("@stitches/react/types/styled-com
|
|
|
328
336
|
secondary700: string;
|
|
329
337
|
secondary800: string;
|
|
330
338
|
secondary900: string;
|
|
339
|
+
neutral: string;
|
|
331
340
|
neutral100: string;
|
|
332
341
|
neutral200: string;
|
|
333
342
|
neutral300: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAGxD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"Tooltip.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Tooltip/Tooltip.styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,YAAY,MAAM,yBAAyB,CAAC;AAGxD,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEzB,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEvB,CAAC;AAEH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAK5B,CAAC"}
|
|
@@ -17,8 +17,10 @@ export declare const TypographyContainer: import("@stitches/react/types/styled-c
|
|
|
17
17
|
lg: string;
|
|
18
18
|
}, {
|
|
19
19
|
colors: {
|
|
20
|
+
primary: string;
|
|
20
21
|
primary500: string;
|
|
21
22
|
primary600: string;
|
|
23
|
+
secondary: string;
|
|
22
24
|
secondary100: string;
|
|
23
25
|
secondary200: string;
|
|
24
26
|
secondary300: string;
|
|
@@ -28,6 +30,7 @@ export declare const TypographyContainer: import("@stitches/react/types/styled-c
|
|
|
28
30
|
secondary700: string;
|
|
29
31
|
secondary800: string;
|
|
30
32
|
secondary900: string;
|
|
33
|
+
neutral: string;
|
|
31
34
|
neutral100: string;
|
|
32
35
|
neutral200: string;
|
|
33
36
|
neutral300: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Typography.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Typography/Typography.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB
|
|
1
|
+
{"version":3,"file":"Typography.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Typography/Typography.styles.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmQ9B,CAAC"}
|
|
@@ -9,8 +9,10 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
9
9
|
lg: string;
|
|
10
10
|
}, {
|
|
11
11
|
colors: {
|
|
12
|
+
primary: string;
|
|
12
13
|
primary500: string;
|
|
13
14
|
primary600: string;
|
|
15
|
+
secondary: string;
|
|
14
16
|
secondary100: string;
|
|
15
17
|
secondary200: string;
|
|
16
18
|
secondary300: string;
|
|
@@ -20,6 +22,7 @@ export declare const WalletImageContainer: import("@stitches/react/types/styled-
|
|
|
20
22
|
secondary700: string;
|
|
21
23
|
secondary800: string;
|
|
22
24
|
secondary900: string;
|
|
25
|
+
neutral: string;
|
|
23
26
|
neutral100: string;
|
|
24
27
|
neutral200: string;
|
|
25
28
|
neutral300: string;
|
|
@@ -162,8 +165,10 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
162
165
|
lg: string;
|
|
163
166
|
}, {
|
|
164
167
|
colors: {
|
|
168
|
+
primary: string;
|
|
165
169
|
primary500: string;
|
|
166
170
|
primary600: string;
|
|
171
|
+
secondary: string;
|
|
167
172
|
secondary100: string;
|
|
168
173
|
secondary200: string;
|
|
169
174
|
secondary300: string;
|
|
@@ -173,6 +178,7 @@ export declare const Title: import("@stitches/react/types/styled-component").Sty
|
|
|
173
178
|
secondary700: string;
|
|
174
179
|
secondary800: string;
|
|
175
180
|
secondary900: string;
|
|
181
|
+
neutral: string;
|
|
176
182
|
neutral100: string;
|
|
177
183
|
neutral200: string;
|
|
178
184
|
neutral300: string;
|
|
@@ -315,8 +321,10 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
|
|
|
315
321
|
lg: string;
|
|
316
322
|
}, {
|
|
317
323
|
colors: {
|
|
324
|
+
primary: string;
|
|
318
325
|
primary500: string;
|
|
319
326
|
primary600: string;
|
|
327
|
+
secondary: string;
|
|
320
328
|
secondary100: string;
|
|
321
329
|
secondary200: string;
|
|
322
330
|
secondary300: string;
|
|
@@ -326,6 +334,7 @@ export declare const Text: import("@stitches/react/types/styled-component").Styl
|
|
|
326
334
|
secondary700: string;
|
|
327
335
|
secondary800: string;
|
|
328
336
|
secondary900: string;
|
|
337
|
+
neutral: string;
|
|
329
338
|
neutral100: string;
|
|
330
339
|
neutral200: string;
|
|
331
340
|
neutral300: string;
|
|
@@ -470,8 +479,10 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
470
479
|
lg: string;
|
|
471
480
|
}, {
|
|
472
481
|
colors: {
|
|
482
|
+
primary: string;
|
|
473
483
|
primary500: string;
|
|
474
484
|
primary600: string;
|
|
485
|
+
secondary: string;
|
|
475
486
|
secondary100: string;
|
|
476
487
|
secondary200: string;
|
|
477
488
|
secondary300: string;
|
|
@@ -481,6 +492,7 @@ export declare const WalletButton: import("@stitches/react/types/styled-componen
|
|
|
481
492
|
secondary700: string;
|
|
482
493
|
secondary800: string;
|
|
483
494
|
secondary900: string;
|
|
495
|
+
neutral: string;
|
|
484
496
|
neutral100: string;
|
|
485
497
|
neutral200: string;
|
|
486
498
|
neutral300: string;
|
|
@@ -623,8 +635,10 @@ export declare const LoadingButton: import("@stitches/react/types/styled-compone
|
|
|
623
635
|
lg: string;
|
|
624
636
|
}, {
|
|
625
637
|
colors: {
|
|
638
|
+
primary: string;
|
|
626
639
|
primary500: string;
|
|
627
640
|
primary600: string;
|
|
641
|
+
secondary: string;
|
|
628
642
|
secondary100: string;
|
|
629
643
|
secondary200: string;
|
|
630
644
|
secondary300: string;
|
|
@@ -634,6 +648,7 @@ export declare const LoadingButton: import("@stitches/react/types/styled-compone
|
|
|
634
648
|
secondary700: string;
|
|
635
649
|
secondary800: string;
|
|
636
650
|
secondary900: string;
|
|
651
|
+
neutral: string;
|
|
637
652
|
neutral100: string;
|
|
638
653
|
neutral200: string;
|
|
639
654
|
neutral300: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wallet.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Wallet.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,oBAAoB
|
|
1
|
+
{"version":3,"file":"Wallet.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Wallet/Wallet.styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAE3C,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAI/B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAEhB,CAAC;AAEH,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAIf,CAAC;AAEH,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DA4CvB,CAAC;AAEH,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUxB,CAAC"}
|
|
@@ -8,8 +8,10 @@ export declare const FilledCircle: import("@stitches/react/types/styled-componen
|
|
|
8
8
|
lg: string;
|
|
9
9
|
}, {
|
|
10
10
|
colors: {
|
|
11
|
+
primary: string;
|
|
11
12
|
primary500: string;
|
|
12
13
|
primary600: string;
|
|
14
|
+
secondary: string;
|
|
13
15
|
secondary100: string;
|
|
14
16
|
secondary200: string;
|
|
15
17
|
secondary300: string;
|
|
@@ -19,6 +21,7 @@ export declare const FilledCircle: import("@stitches/react/types/styled-componen
|
|
|
19
21
|
secondary700: string;
|
|
20
22
|
secondary800: string;
|
|
21
23
|
secondary900: string;
|
|
24
|
+
neutral: string;
|
|
22
25
|
neutral100: string;
|
|
23
26
|
neutral200: string;
|
|
24
27
|
neutral300: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FilledCircle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/FilledCircle.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"FilledCircle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/FilledCircle.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAKvB,CAAC"}
|
|
@@ -12,8 +12,10 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
|
|
|
12
12
|
lg: string;
|
|
13
13
|
}, {
|
|
14
14
|
colors: {
|
|
15
|
+
primary: string;
|
|
15
16
|
primary500: string;
|
|
16
17
|
primary600: string;
|
|
18
|
+
secondary: string;
|
|
17
19
|
secondary100: string;
|
|
18
20
|
secondary200: string;
|
|
19
21
|
secondary300: string;
|
|
@@ -23,6 +25,7 @@ export declare const CollapsibleContent: import("@stitches/react/types/styled-co
|
|
|
23
25
|
secondary700: string;
|
|
24
26
|
secondary800: string;
|
|
25
27
|
secondary900: string;
|
|
28
|
+
neutral: string;
|
|
26
29
|
neutral100: string;
|
|
27
30
|
neutral200: string;
|
|
28
31
|
neutral300: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAsB3D,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/common/styles.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,WAAW,MAAM,6BAA6B,CAAC;AAsB3D,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAY7B,CAAC"}
|
|
@@ -19,8 +19,10 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
|
|
|
19
19
|
lg: string;
|
|
20
20
|
}, {
|
|
21
21
|
colors: {
|
|
22
|
+
primary: string;
|
|
22
23
|
primary500: string;
|
|
23
24
|
primary600: string;
|
|
25
|
+
secondary: string;
|
|
24
26
|
secondary100: string;
|
|
25
27
|
secondary200: string;
|
|
26
28
|
secondary300: string;
|
|
@@ -30,6 +32,7 @@ export declare const SwapperContainer: import("@stitches/react/types/styled-comp
|
|
|
30
32
|
secondary700: string;
|
|
31
33
|
secondary800: string;
|
|
32
34
|
secondary900: string;
|
|
35
|
+
neutral: string;
|
|
33
36
|
neutral100: string;
|
|
34
37
|
neutral200: string;
|
|
35
38
|
neutral300: string;
|
|
@@ -172,8 +175,10 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
|
|
|
172
175
|
lg: string;
|
|
173
176
|
}, {
|
|
174
177
|
colors: {
|
|
178
|
+
primary: string;
|
|
175
179
|
primary500: string;
|
|
176
180
|
primary600: string;
|
|
181
|
+
secondary: string;
|
|
177
182
|
secondary100: string;
|
|
178
183
|
secondary200: string;
|
|
179
184
|
secondary300: string;
|
|
@@ -183,6 +188,7 @@ export declare const BodyError: import("@stitches/react/types/styled-component")
|
|
|
183
188
|
secondary700: string;
|
|
184
189
|
secondary800: string;
|
|
185
190
|
secondary900: string;
|
|
191
|
+
neutral: string;
|
|
186
192
|
neutral100: string;
|
|
187
193
|
neutral200: string;
|
|
188
194
|
neutral300: string;
|
|
@@ -325,8 +331,10 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
|
|
|
325
331
|
lg: string;
|
|
326
332
|
}, {
|
|
327
333
|
colors: {
|
|
334
|
+
primary: string;
|
|
328
335
|
primary500: string;
|
|
329
336
|
primary600: string;
|
|
337
|
+
secondary: string;
|
|
330
338
|
secondary100: string;
|
|
331
339
|
secondary200: string;
|
|
332
340
|
secondary300: string;
|
|
@@ -336,6 +344,7 @@ export declare const ErrorMsg: import("@stitches/react/types/styled-component").
|
|
|
336
344
|
secondary700: string;
|
|
337
345
|
secondary800: string;
|
|
338
346
|
secondary900: string;
|
|
347
|
+
neutral: string;
|
|
339
348
|
neutral100: string;
|
|
340
349
|
neutral200: string;
|
|
341
350
|
neutral300: string;
|
|
@@ -478,8 +487,10 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
|
|
|
478
487
|
lg: string;
|
|
479
488
|
}, {
|
|
480
489
|
colors: {
|
|
490
|
+
primary: string;
|
|
481
491
|
primary500: string;
|
|
482
492
|
primary600: string;
|
|
493
|
+
secondary: string;
|
|
483
494
|
secondary100: string;
|
|
484
495
|
secondary200: string;
|
|
485
496
|
secondary300: string;
|
|
@@ -489,6 +500,7 @@ export declare const FeeContainer: import("@stitches/react/types/styled-componen
|
|
|
489
500
|
secondary700: string;
|
|
490
501
|
secondary800: string;
|
|
491
502
|
secondary900: string;
|
|
503
|
+
neutral: string;
|
|
492
504
|
neutral100: string;
|
|
493
505
|
neutral200: string;
|
|
494
506
|
neutral300: string;
|
|
@@ -631,8 +643,10 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
|
|
|
631
643
|
lg: string;
|
|
632
644
|
}, {
|
|
633
645
|
colors: {
|
|
646
|
+
primary: string;
|
|
634
647
|
primary500: string;
|
|
635
648
|
primary600: string;
|
|
649
|
+
secondary: string;
|
|
636
650
|
secondary100: string;
|
|
637
651
|
secondary200: string;
|
|
638
652
|
secondary300: string;
|
|
@@ -642,6 +656,7 @@ export declare const Fee: import("@stitches/react/types/styled-component").Style
|
|
|
642
656
|
secondary700: string;
|
|
643
657
|
secondary800: string;
|
|
644
658
|
secondary900: string;
|
|
659
|
+
neutral: string;
|
|
645
660
|
neutral100: string;
|
|
646
661
|
neutral200: string;
|
|
647
662
|
neutral300: string;
|
|
@@ -784,8 +799,10 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
|
|
|
784
799
|
lg: string;
|
|
785
800
|
}, {
|
|
786
801
|
colors: {
|
|
802
|
+
primary: string;
|
|
787
803
|
primary500: string;
|
|
788
804
|
primary600: string;
|
|
805
|
+
secondary: string;
|
|
789
806
|
secondary100: string;
|
|
790
807
|
secondary200: string;
|
|
791
808
|
secondary300: string;
|
|
@@ -795,6 +812,7 @@ export declare const RelativeContainer: import("@stitches/react/types/styled-com
|
|
|
795
812
|
secondary700: string;
|
|
796
813
|
secondary800: string;
|
|
797
814
|
secondary900: string;
|
|
815
|
+
neutral: string;
|
|
798
816
|
neutral100: string;
|
|
799
817
|
neutral200: string;
|
|
800
818
|
neutral300: string;
|
|
@@ -937,8 +955,10 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
937
955
|
lg: string;
|
|
938
956
|
}, {
|
|
939
957
|
colors: {
|
|
958
|
+
primary: string;
|
|
940
959
|
primary500: string;
|
|
941
960
|
primary600: string;
|
|
961
|
+
secondary: string;
|
|
942
962
|
secondary100: string;
|
|
943
963
|
secondary200: string;
|
|
944
964
|
secondary300: string;
|
|
@@ -948,6 +968,7 @@ export declare const Footer: import("@stitches/react/types/styled-component").St
|
|
|
948
968
|
secondary700: string;
|
|
949
969
|
secondary800: string;
|
|
950
970
|
secondary900: string;
|
|
971
|
+
neutral: string;
|
|
951
972
|
neutral100: string;
|
|
952
973
|
neutral200: string;
|
|
953
974
|
neutral300: string;
|
|
@@ -1090,8 +1111,10 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
|
|
|
1090
1111
|
lg: string;
|
|
1091
1112
|
}, {
|
|
1092
1113
|
colors: {
|
|
1114
|
+
primary: string;
|
|
1093
1115
|
primary500: string;
|
|
1094
1116
|
primary600: string;
|
|
1117
|
+
secondary: string;
|
|
1095
1118
|
secondary100: string;
|
|
1096
1119
|
secondary200: string;
|
|
1097
1120
|
secondary300: string;
|
|
@@ -1101,6 +1124,7 @@ export declare const Dot: import("@stitches/react/types/styled-component").Style
|
|
|
1101
1124
|
secondary700: string;
|
|
1102
1125
|
secondary800: string;
|
|
1103
1126
|
secondary900: string;
|
|
1127
|
+
neutral: string;
|
|
1104
1128
|
neutral100: string;
|
|
1105
1129
|
neutral200: string;
|
|
1106
1130
|
neutral300: string;
|
|
@@ -1243,8 +1267,10 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
|
|
|
1243
1267
|
lg: string;
|
|
1244
1268
|
}, {
|
|
1245
1269
|
colors: {
|
|
1270
|
+
primary: string;
|
|
1246
1271
|
primary500: string;
|
|
1247
1272
|
primary600: string;
|
|
1273
|
+
secondary: string;
|
|
1248
1274
|
secondary100: string;
|
|
1249
1275
|
secondary200: string;
|
|
1250
1276
|
secondary300: string;
|
|
@@ -1254,6 +1280,7 @@ export declare const ArrowDown: import("@stitches/react/types/styled-component")
|
|
|
1254
1280
|
secondary700: string;
|
|
1255
1281
|
secondary800: string;
|
|
1256
1282
|
secondary900: string;
|
|
1283
|
+
neutral: string;
|
|
1257
1284
|
neutral100: string;
|
|
1258
1285
|
neutral200: string;
|
|
1259
1286
|
neutral300: string;
|
|
@@ -1396,8 +1423,10 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
|
|
|
1396
1423
|
lg: string;
|
|
1397
1424
|
}, {
|
|
1398
1425
|
colors: {
|
|
1426
|
+
primary: string;
|
|
1399
1427
|
primary500: string;
|
|
1400
1428
|
primary600: string;
|
|
1429
|
+
secondary: string;
|
|
1401
1430
|
secondary100: string;
|
|
1402
1431
|
secondary200: string;
|
|
1403
1432
|
secondary300: string;
|
|
@@ -1407,6 +1436,7 @@ export declare const Line: import("@stitches/react/types/styled-component").Styl
|
|
|
1407
1436
|
secondary700: string;
|
|
1408
1437
|
secondary800: string;
|
|
1409
1438
|
secondary900: string;
|
|
1439
|
+
neutral: string;
|
|
1410
1440
|
neutral100: string;
|
|
1411
1441
|
neutral200: string;
|
|
1412
1442
|
neutral300: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapHistory.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapHistory/SwapHistory.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,IAAI,qBAAqB,EAAE,MAAM,gBAAgB,CAAC;AACzE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,EASL,UAAU,EACX,MAAM,kBAAkB,CAAC;AAU1B,eAAO,MAAM,KAAK;;;CAUhB,CAAC;AAEH,eAAO,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"SwapHistory.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapHistory/SwapHistory.tsx"],"names":[],"mappings":"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"}
|
|
@@ -13,8 +13,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
13
13
|
lg: string;
|
|
14
14
|
}, {
|
|
15
15
|
colors: {
|
|
16
|
+
primary: string;
|
|
16
17
|
primary500: string;
|
|
17
18
|
primary600: string;
|
|
19
|
+
secondary: string;
|
|
18
20
|
secondary100: string;
|
|
19
21
|
secondary200: string;
|
|
20
22
|
secondary300: string;
|
|
@@ -24,6 +26,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
24
26
|
secondary700: string;
|
|
25
27
|
secondary800: string;
|
|
26
28
|
secondary900: string;
|
|
29
|
+
neutral: string;
|
|
27
30
|
neutral100: string;
|
|
28
31
|
neutral200: string;
|
|
29
32
|
neutral300: string;
|
|
@@ -175,8 +178,10 @@ export declare const InputAmount: import("@stitches/react/types/styled-component
|
|
|
175
178
|
lg: string;
|
|
176
179
|
}, {
|
|
177
180
|
colors: {
|
|
181
|
+
primary: string;
|
|
178
182
|
primary500: string;
|
|
179
183
|
primary600: string;
|
|
184
|
+
secondary: string;
|
|
180
185
|
secondary100: string;
|
|
181
186
|
secondary200: string;
|
|
182
187
|
secondary300: string;
|
|
@@ -186,6 +191,7 @@ export declare const InputAmount: import("@stitches/react/types/styled-component
|
|
|
186
191
|
secondary700: string;
|
|
187
192
|
secondary800: string;
|
|
188
193
|
secondary900: string;
|
|
194
|
+
neutral: string;
|
|
189
195
|
neutral100: string;
|
|
190
196
|
neutral200: string;
|
|
191
197
|
neutral300: string;
|
|
@@ -607,8 +613,10 @@ export declare const MaxButton: import("@stitches/react/types/styled-component")
|
|
|
607
613
|
lg: string;
|
|
608
614
|
}, {
|
|
609
615
|
colors: {
|
|
616
|
+
primary: string;
|
|
610
617
|
primary500: string;
|
|
611
618
|
primary600: string;
|
|
619
|
+
secondary: string;
|
|
612
620
|
secondary100: string;
|
|
613
621
|
secondary200: string;
|
|
614
622
|
secondary300: string;
|
|
@@ -618,6 +626,7 @@ export declare const MaxButton: import("@stitches/react/types/styled-component")
|
|
|
618
626
|
secondary700: string;
|
|
619
627
|
secondary800: string;
|
|
620
628
|
secondary900: string;
|
|
629
|
+
neutral: string;
|
|
621
630
|
neutral100: string;
|
|
622
631
|
neutral200: string;
|
|
623
632
|
neutral300: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.styles.ts"],"names":[],"mappings":";;;AAGA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"SwapInput.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/containers/SwapInput/SwapInput.styles.ts"],"names":[],"mappings":";;;AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAyCpB,CAAC;AAEH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAUtB,CAAC;AACH,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAMpB,CAAC"}
|
|
@@ -290,8 +290,10 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
290
290
|
lg: string;
|
|
291
291
|
}, {
|
|
292
292
|
colors: {
|
|
293
|
+
primary: string;
|
|
293
294
|
primary500: string;
|
|
294
295
|
primary600: string;
|
|
296
|
+
secondary: string;
|
|
295
297
|
secondary100: string;
|
|
296
298
|
secondary200: string;
|
|
297
299
|
secondary300: string;
|
|
@@ -301,6 +303,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
301
303
|
secondary700: string;
|
|
302
304
|
secondary800: string;
|
|
303
305
|
secondary900: string;
|
|
306
|
+
neutral: string;
|
|
304
307
|
neutral100: string;
|
|
305
308
|
neutral200: string;
|
|
306
309
|
neutral300: string;
|
|
@@ -443,8 +446,10 @@ export declare const TokenSectionContainer: import("@stitches/react/types/styled
|
|
|
443
446
|
lg: string;
|
|
444
447
|
}, {
|
|
445
448
|
colors: {
|
|
449
|
+
primary: string;
|
|
446
450
|
primary500: string;
|
|
447
451
|
primary600: string;
|
|
452
|
+
secondary: string;
|
|
448
453
|
secondary100: string;
|
|
449
454
|
secondary200: string;
|
|
450
455
|
secondary300: string;
|
|
@@ -454,6 +459,7 @@ export declare const TokenSectionContainer: import("@stitches/react/types/styled
|
|
|
454
459
|
secondary700: string;
|
|
455
460
|
secondary800: string;
|
|
456
461
|
secondary900: string;
|
|
462
|
+
neutral: string;
|
|
457
463
|
neutral100: string;
|
|
458
464
|
neutral200: string;
|
|
459
465
|
neutral300: 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAwBpB,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+DAmBhC,CAAC"}
|