@rango-dev/ui 0.35.1-next.0 → 0.35.1-next.1
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 +1 -1
- package/dist/index.js.map +2 -2
- package/dist/ui.build.json +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +4 -4
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +2 -2
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts +3 -3
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +3 -3
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +4 -4
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/Divider/Divider.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.styles.d.ts +37 -37
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts +2 -2
- package/dist/widget/ui/src/components/List/List.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +3 -3
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +6 -6
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +2 -2
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +2 -2
- package/dist/widget/ui/src/components/QuoteCost/QuoteCost.styles.d.ts +4 -4
- package/dist/widget/ui/src/components/QuoteTag/QuoteTag.styles.d.ts +2 -2
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +2 -2
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +4 -4
- package/dist/widget/ui/src/components/RefreshProgressButton/RefreshProgressButton.styles.d.ts +2 -2
- package/dist/widget/ui/src/components/Select/Select.styles.d.ts +3 -3
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +3 -3
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/Spinner/Spinner.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +6 -6
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +6 -6
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +9 -9
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +2 -2
- package/dist/widget/ui/src/components/Tabs/Tabs.styles.d.ts +3 -3
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +3 -3
- package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts +6 -6
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +3 -3
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +3 -3
- package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +5 -5
- package/dist/widget/ui/src/components/common/Image.d.ts +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +1 -1
- package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.styles.d.ts +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +11 -11
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +5 -5
- package/dist/widget/ui/src/theme.d.ts +18 -13
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/theme.ts +2 -4
|
@@ -156,7 +156,7 @@ export declare const textStyles: import("@stitches/react/types/styled-component"
|
|
|
156
156
|
borderWidths: {};
|
|
157
157
|
borderStyles: {};
|
|
158
158
|
shadows: {
|
|
159
|
-
|
|
159
|
+
mainContainer: string;
|
|
160
160
|
};
|
|
161
161
|
zIndices: {};
|
|
162
162
|
transitions: {};
|
|
@@ -317,7 +317,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
317
317
|
borderWidths: {};
|
|
318
318
|
borderStyles: {};
|
|
319
319
|
shadows: {
|
|
320
|
-
|
|
320
|
+
mainContainer: string;
|
|
321
321
|
};
|
|
322
322
|
zIndices: {};
|
|
323
323
|
transitions: {};
|
|
@@ -488,7 +488,7 @@ export declare const InputAmount: import("@stitches/react/types/styled-component
|
|
|
488
488
|
borderWidths: {};
|
|
489
489
|
borderStyles: {};
|
|
490
490
|
shadows: {
|
|
491
|
-
|
|
491
|
+
mainContainer: string;
|
|
492
492
|
};
|
|
493
493
|
zIndices: {};
|
|
494
494
|
transitions: {};
|
|
@@ -927,7 +927,7 @@ export declare const MaxButton: import("@stitches/react/types/styled-component")
|
|
|
927
927
|
borderWidths: {};
|
|
928
928
|
borderStyles: {};
|
|
929
929
|
shadows: {
|
|
930
|
-
|
|
930
|
+
mainContainer: string;
|
|
931
931
|
};
|
|
932
932
|
zIndices: {};
|
|
933
933
|
transitions: {};
|
|
@@ -1088,7 +1088,7 @@ export declare const ValueTypography: import("@stitches/react/types/styled-compo
|
|
|
1088
1088
|
borderWidths: {};
|
|
1089
1089
|
borderStyles: {};
|
|
1090
1090
|
shadows: {
|
|
1091
|
-
|
|
1091
|
+
mainContainer: string;
|
|
1092
1092
|
};
|
|
1093
1093
|
zIndices: {};
|
|
1094
1094
|
transitions: {};
|
|
@@ -1247,7 +1247,7 @@ export declare const formStyles: import("@stitches/react/types/styled-component"
|
|
|
1247
1247
|
borderWidths: {};
|
|
1248
1248
|
borderStyles: {};
|
|
1249
1249
|
shadows: {
|
|
1250
|
-
|
|
1250
|
+
mainContainer: string;
|
|
1251
1251
|
};
|
|
1252
1252
|
zIndices: {};
|
|
1253
1253
|
transitions: {};
|
|
@@ -1406,7 +1406,7 @@ export declare const labelStyles: import("@stitches/react/types/styled-component
|
|
|
1406
1406
|
borderWidths: {};
|
|
1407
1407
|
borderStyles: {};
|
|
1408
1408
|
shadows: {
|
|
1409
|
-
|
|
1409
|
+
mainContainer: string;
|
|
1410
1410
|
};
|
|
1411
1411
|
zIndices: {};
|
|
1412
1412
|
transitions: {};
|
|
@@ -1565,7 +1565,7 @@ export declare const balanceStyles: import("@stitches/react/types/styled-compone
|
|
|
1565
1565
|
borderWidths: {};
|
|
1566
1566
|
borderStyles: {};
|
|
1567
1567
|
shadows: {
|
|
1568
|
-
|
|
1568
|
+
mainContainer: string;
|
|
1569
1569
|
};
|
|
1570
1570
|
zIndices: {};
|
|
1571
1571
|
transitions: {};
|
|
@@ -1724,7 +1724,7 @@ export declare const amountStyles: import("@stitches/react/types/styled-componen
|
|
|
1724
1724
|
borderWidths: {};
|
|
1725
1725
|
borderStyles: {};
|
|
1726
1726
|
shadows: {
|
|
1727
|
-
|
|
1727
|
+
mainContainer: string;
|
|
1728
1728
|
};
|
|
1729
1729
|
zIndices: {};
|
|
1730
1730
|
transitions: {};
|
|
@@ -1883,7 +1883,7 @@ export declare const labelContainerStyles: import("@stitches/react/types/styled-
|
|
|
1883
1883
|
borderWidths: {};
|
|
1884
1884
|
borderStyles: {};
|
|
1885
1885
|
shadows: {
|
|
1886
|
-
|
|
1886
|
+
mainContainer: string;
|
|
1887
1887
|
};
|
|
1888
1888
|
zIndices: {};
|
|
1889
1889
|
transitions: {};
|
|
@@ -2042,7 +2042,7 @@ export declare const UsdPrice: import("@stitches/react/types/styled-component").
|
|
|
2042
2042
|
borderWidths: {};
|
|
2043
2043
|
borderStyles: {};
|
|
2044
2044
|
shadows: {
|
|
2045
|
-
|
|
2045
|
+
mainContainer: string;
|
|
2046
2046
|
};
|
|
2047
2047
|
zIndices: {};
|
|
2048
2048
|
transitions: {};
|
|
@@ -435,7 +435,7 @@ export declare const Container: import("@stitches/react/types/styled-component")
|
|
|
435
435
|
borderWidths: {};
|
|
436
436
|
borderStyles: {};
|
|
437
437
|
shadows: {
|
|
438
|
-
|
|
438
|
+
mainContainer: string;
|
|
439
439
|
};
|
|
440
440
|
zIndices: {};
|
|
441
441
|
transitions: {};
|
|
@@ -594,7 +594,7 @@ export declare const chainNameStyles: import("@stitches/react/types/styled-compo
|
|
|
594
594
|
borderWidths: {};
|
|
595
595
|
borderStyles: {};
|
|
596
596
|
shadows: {
|
|
597
|
-
|
|
597
|
+
mainContainer: string;
|
|
598
598
|
};
|
|
599
599
|
zIndices: {};
|
|
600
600
|
transitions: {};
|
|
@@ -753,7 +753,7 @@ export declare const TokenSectionContainer: import("@stitches/react/types/styled
|
|
|
753
753
|
borderWidths: {};
|
|
754
754
|
borderStyles: {};
|
|
755
755
|
shadows: {
|
|
756
|
-
|
|
756
|
+
mainContainer: string;
|
|
757
757
|
};
|
|
758
758
|
zIndices: {};
|
|
759
759
|
transitions: {};
|
|
@@ -912,7 +912,7 @@ export declare const tokenChainStyles: import("@stitches/react/types/styled-comp
|
|
|
912
912
|
borderWidths: {};
|
|
913
913
|
borderStyles: {};
|
|
914
914
|
shadows: {
|
|
915
|
-
|
|
915
|
+
mainContainer: string;
|
|
916
916
|
};
|
|
917
917
|
zIndices: {};
|
|
918
918
|
transitions: {};
|
|
@@ -1071,7 +1071,7 @@ export declare const skeletonStyles: import("@stitches/react/types/styled-compon
|
|
|
1071
1071
|
borderWidths: {};
|
|
1072
1072
|
borderStyles: {};
|
|
1073
1073
|
shadows: {
|
|
1074
|
-
|
|
1074
|
+
mainContainer: string;
|
|
1075
1075
|
};
|
|
1076
1076
|
zIndices: {};
|
|
1077
1077
|
transitions: {};
|
|
@@ -145,7 +145,8 @@ export declare const theme: {
|
|
|
145
145
|
borderWidths: {};
|
|
146
146
|
borderStyles: {};
|
|
147
147
|
shadows: {
|
|
148
|
-
|
|
148
|
+
/** Shadow for swap box */
|
|
149
|
+
mainContainer: string;
|
|
149
150
|
};
|
|
150
151
|
zIndices: {};
|
|
151
152
|
transitions: {};
|
|
@@ -321,7 +322,8 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
321
322
|
borderWidths: {};
|
|
322
323
|
borderStyles: {};
|
|
323
324
|
shadows: {
|
|
324
|
-
|
|
325
|
+
/** Shadow for swap box */
|
|
326
|
+
mainContainer: string;
|
|
325
327
|
};
|
|
326
328
|
zIndices: {};
|
|
327
329
|
transitions: {};
|
|
@@ -490,7 +492,8 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
490
492
|
borderWidths: {};
|
|
491
493
|
borderStyles: {};
|
|
492
494
|
shadows: {
|
|
493
|
-
|
|
495
|
+
/** Shadow for swap box */
|
|
496
|
+
mainContainer: string;
|
|
494
497
|
};
|
|
495
498
|
zIndices: {};
|
|
496
499
|
transitions: {};
|
|
@@ -645,7 +648,8 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
645
648
|
borderWidths: {};
|
|
646
649
|
borderStyles: {};
|
|
647
650
|
shadows: {
|
|
648
|
-
|
|
651
|
+
/** Shadow for swap box */
|
|
652
|
+
mainContainer: string;
|
|
649
653
|
};
|
|
650
654
|
zIndices: {};
|
|
651
655
|
transitions: {};
|
|
@@ -809,7 +813,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
809
813
|
borderWidths?: {} | undefined;
|
|
810
814
|
borderStyles?: {} | undefined;
|
|
811
815
|
shadows?: {
|
|
812
|
-
|
|
816
|
+
mainContainer?: string | number | boolean | undefined;
|
|
813
817
|
} | undefined;
|
|
814
818
|
zIndices?: {} | undefined;
|
|
815
819
|
transitions?: {} | undefined;
|
|
@@ -962,7 +966,7 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
962
966
|
borderWidths?: {} | undefined;
|
|
963
967
|
borderStyles?: {} | undefined;
|
|
964
968
|
shadows?: {
|
|
965
|
-
|
|
969
|
+
mainContainer?: string | number | boolean | undefined;
|
|
966
970
|
} | undefined;
|
|
967
971
|
zIndices?: {} | undefined;
|
|
968
972
|
transitions?: {} | undefined;
|
|
@@ -1124,7 +1128,8 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1124
1128
|
borderWidths: {};
|
|
1125
1129
|
borderStyles: {};
|
|
1126
1130
|
shadows: {
|
|
1127
|
-
|
|
1131
|
+
/** Shadow for swap box */
|
|
1132
|
+
mainContainer: string;
|
|
1128
1133
|
};
|
|
1129
1134
|
zIndices: {};
|
|
1130
1135
|
transitions: {};
|
|
@@ -1287,7 +1292,8 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1287
1292
|
borderWidths: {};
|
|
1288
1293
|
borderStyles: {};
|
|
1289
1294
|
shadows: {
|
|
1290
|
-
|
|
1295
|
+
/** Shadow for swap box */
|
|
1296
|
+
mainContainer: string;
|
|
1291
1297
|
};
|
|
1292
1298
|
zIndices: {};
|
|
1293
1299
|
transitions: {};
|
|
@@ -1441,7 +1447,8 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1441
1447
|
borderWidths: {};
|
|
1442
1448
|
borderStyles: {};
|
|
1443
1449
|
shadows: {
|
|
1444
|
-
|
|
1450
|
+
/** Shadow for swap box */
|
|
1451
|
+
mainContainer: string;
|
|
1445
1452
|
};
|
|
1446
1453
|
zIndices: {};
|
|
1447
1454
|
transitions: {};
|
|
@@ -1597,7 +1604,8 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
1597
1604
|
borderWidths: {};
|
|
1598
1605
|
borderStyles: {};
|
|
1599
1606
|
shadows: {
|
|
1600
|
-
|
|
1607
|
+
/** Shadow for swap box */
|
|
1608
|
+
mainContainer: string;
|
|
1601
1609
|
};
|
|
1602
1610
|
zIndices: {};
|
|
1603
1611
|
transitions: {};
|
|
@@ -1634,9 +1642,6 @@ export declare const darkTheme: string & {
|
|
|
1634
1642
|
background: string;
|
|
1635
1643
|
foreground: string;
|
|
1636
1644
|
};
|
|
1637
|
-
shadows: {
|
|
1638
|
-
s: string;
|
|
1639
|
-
};
|
|
1640
1645
|
}, "">;
|
|
1641
1646
|
export declare const rangoDarkColors: {
|
|
1642
1647
|
neutral: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../src/theme.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAiB,GAAG,IAAI,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACzE,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":"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"}
|
package/package.json
CHANGED
package/src/theme.ts
CHANGED
|
@@ -162,7 +162,8 @@ export const theme = {
|
|
|
162
162
|
borderWidths: {},
|
|
163
163
|
borderStyles: {},
|
|
164
164
|
shadows: {
|
|
165
|
-
|
|
165
|
+
/** Shadow for swap box */
|
|
166
|
+
mainContainer: '15px 15px 15px 0px rgba(0, 0, 0, 0.05)',
|
|
166
167
|
},
|
|
167
168
|
zIndices: {},
|
|
168
169
|
transitions: {},
|
|
@@ -221,9 +222,6 @@ export const lightTheme = createTheme('light-theme-ui', {});
|
|
|
221
222
|
|
|
222
223
|
export const darkTheme = createTheme('dark-theme-ui', {
|
|
223
224
|
colors: darkColors,
|
|
224
|
-
shadows: {
|
|
225
|
-
s: '0px 3px 5px 3px #222, 0px 6px 10px 3px #222, 0px 1px 18px 3px #222',
|
|
226
|
-
},
|
|
227
225
|
});
|
|
228
226
|
|
|
229
227
|
export const rangoDarkColors = {
|