@rango-dev/ui 0.53.1-next.3 → 0.53.1-next.5
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 +4 -4
- package/dist/ui.build.json +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.TokenSection.d.ts.map +1 -1
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.d.ts.map +1 -1
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.styles.d.ts +213 -49
- package/dist/widget/ui/src/components/FullExpandedQuote/FullExpandedQuote.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts +2 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +324 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.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 +484 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts +3 -2
- package/dist/widget/ui/src/components/Toast/Toast.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +1285 -1
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +3 -2
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts +3 -2
- package/dist/widget/ui/src/components/Typography/NotSelectableTypography.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.d.ts +3 -2
- package/dist/widget/ui/src/components/Typography/Typography.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +3 -2
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/index.d.ts +1 -1
- package/dist/widget/ui/src/components/Wallet/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +3 -2
- 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 +169 -3
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -1
- package/dist/widget/ui/src/hooks/index.d.ts +1 -0
- package/dist/widget/ui/src/hooks/index.d.ts.map +1 -1
- package/dist/widget/ui/src/hooks/useIsTruncated.d.ts +3 -0
- package/dist/widget/ui/src/hooks/useIsTruncated.d.ts.map +1 -0
- package/package.json +3 -3
- package/src/components/Alert/Alert.styles.ts +3 -0
- package/src/components/FullExpandedQuote/FullExpandedQuote.TokenSection.tsx +18 -5
- package/src/components/FullExpandedQuote/FullExpandedQuote.styles.ts +11 -3
- package/src/components/FullExpandedQuote/FullExpandedQuote.tsx +13 -3
- package/src/components/PriceImpact/PriceImpact.styles.ts +8 -3
- package/src/components/PriceImpact/PriceImpact.tsx +27 -17
- package/src/components/PriceImpact/PriceImpact.types.ts +2 -0
- package/src/components/StepDetails/StepDetails.styles.ts +15 -0
- package/src/components/StepDetails/StepDetails.tsx +33 -8
- package/src/components/SwapListItem/SwapToken.styles.ts +16 -1
- package/src/components/SwapListItem/SwapToken.tsx +97 -25
- package/src/components/Toast/Toast.styles.ts +2 -0
- package/src/components/TokenAmount/TokenAmount.styles.ts +60 -2
- package/src/components/TokenAmount/TokenAmount.tsx +98 -38
- package/src/components/Typography/Typography.tsx +15 -15
- package/src/components/Wallet/index.ts +4 -1
- package/src/containers/SwapInput/SwapInput.styles.ts +2 -1
- package/src/containers/SwapInput/SwapInput.tsx +18 -35
- package/src/containers/SwapInput/TokenSection.styles.ts +7 -0
- package/src/hooks/index.ts +1 -0
- package/src/hooks/useIsTruncated.tsx +27 -0
|
@@ -1440,4 +1440,488 @@ export declare const LoadingContainer: import("@stitches/react/types/styled-comp
|
|
|
1440
1440
|
zIndices: {};
|
|
1441
1441
|
transitions: {};
|
|
1442
1442
|
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
1443
|
+
export declare const TokenNameText: import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<import("../index.js").TypographyPropTypes & {
|
|
1444
|
+
children?: import("react").ReactNode | undefined;
|
|
1445
|
+
} & import("react").RefAttributes<HTMLSpanElement>>, {}, {
|
|
1446
|
+
xs: string;
|
|
1447
|
+
sm: string;
|
|
1448
|
+
md: string;
|
|
1449
|
+
lg: string;
|
|
1450
|
+
}, import("@stitches/react/types/css-util.js").CSS<{
|
|
1451
|
+
xs: string;
|
|
1452
|
+
sm: string;
|
|
1453
|
+
md: string;
|
|
1454
|
+
lg: string;
|
|
1455
|
+
}, {
|
|
1456
|
+
colors: {
|
|
1457
|
+
primary: string;
|
|
1458
|
+
primary500: string;
|
|
1459
|
+
primary550: string;
|
|
1460
|
+
secondary: string;
|
|
1461
|
+
secondary100: string;
|
|
1462
|
+
secondary150: string;
|
|
1463
|
+
secondary200: string;
|
|
1464
|
+
secondary250: string;
|
|
1465
|
+
secondary500: string;
|
|
1466
|
+
secondary550: string;
|
|
1467
|
+
neutral: string;
|
|
1468
|
+
neutral100: string;
|
|
1469
|
+
neutral200: string;
|
|
1470
|
+
neutral300: string;
|
|
1471
|
+
neutral400: string;
|
|
1472
|
+
neutral500: string;
|
|
1473
|
+
neutral600: string;
|
|
1474
|
+
neutral700: string;
|
|
1475
|
+
neutral800: string;
|
|
1476
|
+
neutral900: string;
|
|
1477
|
+
error100: string;
|
|
1478
|
+
error300: string;
|
|
1479
|
+
error500: string;
|
|
1480
|
+
error600: string;
|
|
1481
|
+
error700: string;
|
|
1482
|
+
warning100: string;
|
|
1483
|
+
warning300: string;
|
|
1484
|
+
warning500: string;
|
|
1485
|
+
warning600: string;
|
|
1486
|
+
warning700: string;
|
|
1487
|
+
info: string;
|
|
1488
|
+
info100: string;
|
|
1489
|
+
info300: string;
|
|
1490
|
+
info500: string;
|
|
1491
|
+
info600: string;
|
|
1492
|
+
info700: string;
|
|
1493
|
+
success100: string;
|
|
1494
|
+
success300: string;
|
|
1495
|
+
success500: string;
|
|
1496
|
+
success600: string;
|
|
1497
|
+
success700: string;
|
|
1498
|
+
background: string;
|
|
1499
|
+
foreground: string;
|
|
1500
|
+
};
|
|
1501
|
+
space: {
|
|
1502
|
+
0: string;
|
|
1503
|
+
5: string;
|
|
1504
|
+
10: string;
|
|
1505
|
+
15: string;
|
|
1506
|
+
20: string;
|
|
1507
|
+
25: string;
|
|
1508
|
+
30: string;
|
|
1509
|
+
40: string;
|
|
1510
|
+
46: string;
|
|
1511
|
+
50: string;
|
|
1512
|
+
60: string;
|
|
1513
|
+
70: string;
|
|
1514
|
+
80: string;
|
|
1515
|
+
90: string;
|
|
1516
|
+
100: string;
|
|
1517
|
+
2: string;
|
|
1518
|
+
4: string;
|
|
1519
|
+
6: string;
|
|
1520
|
+
8: string;
|
|
1521
|
+
12: string;
|
|
1522
|
+
16: string;
|
|
1523
|
+
24: string;
|
|
1524
|
+
28: string;
|
|
1525
|
+
32: string;
|
|
1526
|
+
36: string;
|
|
1527
|
+
};
|
|
1528
|
+
radii: {
|
|
1529
|
+
xs: string;
|
|
1530
|
+
sm: string;
|
|
1531
|
+
xm: string;
|
|
1532
|
+
md: string;
|
|
1533
|
+
xl: string;
|
|
1534
|
+
lg: string;
|
|
1535
|
+
primary: string;
|
|
1536
|
+
secondary: string;
|
|
1537
|
+
};
|
|
1538
|
+
fontSizes: {
|
|
1539
|
+
10: string;
|
|
1540
|
+
12: string;
|
|
1541
|
+
14: string;
|
|
1542
|
+
16: string;
|
|
1543
|
+
18: string;
|
|
1544
|
+
20: string;
|
|
1545
|
+
22: string;
|
|
1546
|
+
24: string;
|
|
1547
|
+
28: string;
|
|
1548
|
+
32: string;
|
|
1549
|
+
36: string;
|
|
1550
|
+
40: string;
|
|
1551
|
+
48: string;
|
|
1552
|
+
};
|
|
1553
|
+
fonts: {
|
|
1554
|
+
primary: string;
|
|
1555
|
+
widget: string;
|
|
1556
|
+
};
|
|
1557
|
+
fontWeights: {
|
|
1558
|
+
regular: number;
|
|
1559
|
+
medium: number;
|
|
1560
|
+
semiBold: number;
|
|
1561
|
+
bold: number;
|
|
1562
|
+
};
|
|
1563
|
+
lineHeights: {
|
|
1564
|
+
12: string;
|
|
1565
|
+
16: string;
|
|
1566
|
+
20: string;
|
|
1567
|
+
24: string;
|
|
1568
|
+
26: string;
|
|
1569
|
+
28: string;
|
|
1570
|
+
30: string;
|
|
1571
|
+
36: string;
|
|
1572
|
+
40: string;
|
|
1573
|
+
44: string;
|
|
1574
|
+
52: string;
|
|
1575
|
+
64: string;
|
|
1576
|
+
};
|
|
1577
|
+
letterSpacings: {};
|
|
1578
|
+
sizes: {
|
|
1579
|
+
4: string;
|
|
1580
|
+
6: string;
|
|
1581
|
+
8: string;
|
|
1582
|
+
10: string;
|
|
1583
|
+
12: string;
|
|
1584
|
+
16: string;
|
|
1585
|
+
18: string;
|
|
1586
|
+
20: string;
|
|
1587
|
+
24: string;
|
|
1588
|
+
26: string;
|
|
1589
|
+
28: string;
|
|
1590
|
+
30: string;
|
|
1591
|
+
32: string;
|
|
1592
|
+
36: string;
|
|
1593
|
+
40: string;
|
|
1594
|
+
45: string;
|
|
1595
|
+
48: string;
|
|
1596
|
+
};
|
|
1597
|
+
borderWidths: {};
|
|
1598
|
+
borderStyles: {};
|
|
1599
|
+
shadows: {
|
|
1600
|
+
mainContainer: string;
|
|
1601
|
+
};
|
|
1602
|
+
zIndices: {};
|
|
1603
|
+
transitions: {};
|
|
1604
|
+
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
1605
|
+
export declare const AmountText: import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<import("../index.js").TypographyPropTypes & {
|
|
1606
|
+
children?: import("react").ReactNode | undefined;
|
|
1607
|
+
} & import("react").RefAttributes<HTMLSpanElement>>, {}, {
|
|
1608
|
+
xs: string;
|
|
1609
|
+
sm: string;
|
|
1610
|
+
md: string;
|
|
1611
|
+
lg: string;
|
|
1612
|
+
}, import("@stitches/react/types/css-util.js").CSS<{
|
|
1613
|
+
xs: string;
|
|
1614
|
+
sm: string;
|
|
1615
|
+
md: string;
|
|
1616
|
+
lg: string;
|
|
1617
|
+
}, {
|
|
1618
|
+
colors: {
|
|
1619
|
+
primary: string;
|
|
1620
|
+
primary500: string;
|
|
1621
|
+
primary550: string;
|
|
1622
|
+
secondary: string;
|
|
1623
|
+
secondary100: string;
|
|
1624
|
+
secondary150: string;
|
|
1625
|
+
secondary200: string;
|
|
1626
|
+
secondary250: string;
|
|
1627
|
+
secondary500: string;
|
|
1628
|
+
secondary550: string;
|
|
1629
|
+
neutral: string;
|
|
1630
|
+
neutral100: string;
|
|
1631
|
+
neutral200: string;
|
|
1632
|
+
neutral300: string;
|
|
1633
|
+
neutral400: string;
|
|
1634
|
+
neutral500: string;
|
|
1635
|
+
neutral600: string;
|
|
1636
|
+
neutral700: string;
|
|
1637
|
+
neutral800: string;
|
|
1638
|
+
neutral900: string;
|
|
1639
|
+
error100: string;
|
|
1640
|
+
error300: string;
|
|
1641
|
+
error500: string;
|
|
1642
|
+
error600: string;
|
|
1643
|
+
error700: string;
|
|
1644
|
+
warning100: string;
|
|
1645
|
+
warning300: string;
|
|
1646
|
+
warning500: string;
|
|
1647
|
+
warning600: string;
|
|
1648
|
+
warning700: string;
|
|
1649
|
+
info: string;
|
|
1650
|
+
info100: string;
|
|
1651
|
+
info300: string;
|
|
1652
|
+
info500: string;
|
|
1653
|
+
info600: string;
|
|
1654
|
+
info700: string;
|
|
1655
|
+
success100: string;
|
|
1656
|
+
success300: string;
|
|
1657
|
+
success500: string;
|
|
1658
|
+
success600: string;
|
|
1659
|
+
success700: string;
|
|
1660
|
+
background: string;
|
|
1661
|
+
foreground: string;
|
|
1662
|
+
};
|
|
1663
|
+
space: {
|
|
1664
|
+
0: string;
|
|
1665
|
+
5: string;
|
|
1666
|
+
10: string;
|
|
1667
|
+
15: string;
|
|
1668
|
+
20: string;
|
|
1669
|
+
25: string;
|
|
1670
|
+
30: string;
|
|
1671
|
+
40: string;
|
|
1672
|
+
46: string;
|
|
1673
|
+
50: string;
|
|
1674
|
+
60: string;
|
|
1675
|
+
70: string;
|
|
1676
|
+
80: string;
|
|
1677
|
+
90: string;
|
|
1678
|
+
100: string;
|
|
1679
|
+
2: string;
|
|
1680
|
+
4: string;
|
|
1681
|
+
6: string;
|
|
1682
|
+
8: string;
|
|
1683
|
+
12: string;
|
|
1684
|
+
16: string;
|
|
1685
|
+
24: string;
|
|
1686
|
+
28: string;
|
|
1687
|
+
32: string;
|
|
1688
|
+
36: string;
|
|
1689
|
+
};
|
|
1690
|
+
radii: {
|
|
1691
|
+
xs: string;
|
|
1692
|
+
sm: string;
|
|
1693
|
+
xm: string;
|
|
1694
|
+
md: string;
|
|
1695
|
+
xl: string;
|
|
1696
|
+
lg: string;
|
|
1697
|
+
primary: string;
|
|
1698
|
+
secondary: string;
|
|
1699
|
+
};
|
|
1700
|
+
fontSizes: {
|
|
1701
|
+
10: string;
|
|
1702
|
+
12: string;
|
|
1703
|
+
14: string;
|
|
1704
|
+
16: string;
|
|
1705
|
+
18: string;
|
|
1706
|
+
20: string;
|
|
1707
|
+
22: string;
|
|
1708
|
+
24: string;
|
|
1709
|
+
28: string;
|
|
1710
|
+
32: string;
|
|
1711
|
+
36: string;
|
|
1712
|
+
40: string;
|
|
1713
|
+
48: string;
|
|
1714
|
+
};
|
|
1715
|
+
fonts: {
|
|
1716
|
+
primary: string;
|
|
1717
|
+
widget: string;
|
|
1718
|
+
};
|
|
1719
|
+
fontWeights: {
|
|
1720
|
+
regular: number;
|
|
1721
|
+
medium: number;
|
|
1722
|
+
semiBold: number;
|
|
1723
|
+
bold: number;
|
|
1724
|
+
};
|
|
1725
|
+
lineHeights: {
|
|
1726
|
+
12: string;
|
|
1727
|
+
16: string;
|
|
1728
|
+
20: string;
|
|
1729
|
+
24: string;
|
|
1730
|
+
26: string;
|
|
1731
|
+
28: string;
|
|
1732
|
+
30: string;
|
|
1733
|
+
36: string;
|
|
1734
|
+
40: string;
|
|
1735
|
+
44: string;
|
|
1736
|
+
52: string;
|
|
1737
|
+
64: string;
|
|
1738
|
+
};
|
|
1739
|
+
letterSpacings: {};
|
|
1740
|
+
sizes: {
|
|
1741
|
+
4: string;
|
|
1742
|
+
6: string;
|
|
1743
|
+
8: string;
|
|
1744
|
+
10: string;
|
|
1745
|
+
12: string;
|
|
1746
|
+
16: string;
|
|
1747
|
+
18: string;
|
|
1748
|
+
20: string;
|
|
1749
|
+
24: string;
|
|
1750
|
+
26: string;
|
|
1751
|
+
28: string;
|
|
1752
|
+
30: string;
|
|
1753
|
+
32: string;
|
|
1754
|
+
36: string;
|
|
1755
|
+
40: string;
|
|
1756
|
+
45: string;
|
|
1757
|
+
48: string;
|
|
1758
|
+
};
|
|
1759
|
+
borderWidths: {};
|
|
1760
|
+
borderStyles: {};
|
|
1761
|
+
shadows: {
|
|
1762
|
+
mainContainer: string;
|
|
1763
|
+
};
|
|
1764
|
+
zIndices: {};
|
|
1765
|
+
transitions: {};
|
|
1766
|
+
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
1767
|
+
export declare const FlexCenteredContainer: import("@stitches/react/types/styled-component.js").StyledComponent<"div", {}, {
|
|
1768
|
+
xs: string;
|
|
1769
|
+
sm: string;
|
|
1770
|
+
md: string;
|
|
1771
|
+
lg: string;
|
|
1772
|
+
}, import("@stitches/react/types/css-util.js").CSS<{
|
|
1773
|
+
xs: string;
|
|
1774
|
+
sm: string;
|
|
1775
|
+
md: string;
|
|
1776
|
+
lg: string;
|
|
1777
|
+
}, {
|
|
1778
|
+
colors: {
|
|
1779
|
+
primary: string;
|
|
1780
|
+
primary500: string;
|
|
1781
|
+
primary550: string;
|
|
1782
|
+
secondary: string;
|
|
1783
|
+
secondary100: string;
|
|
1784
|
+
secondary150: string;
|
|
1785
|
+
secondary200: string;
|
|
1786
|
+
secondary250: string;
|
|
1787
|
+
secondary500: string;
|
|
1788
|
+
secondary550: string;
|
|
1789
|
+
neutral: string;
|
|
1790
|
+
neutral100: string;
|
|
1791
|
+
neutral200: string;
|
|
1792
|
+
neutral300: string;
|
|
1793
|
+
neutral400: string;
|
|
1794
|
+
neutral500: string;
|
|
1795
|
+
neutral600: string;
|
|
1796
|
+
neutral700: string;
|
|
1797
|
+
neutral800: string;
|
|
1798
|
+
neutral900: string;
|
|
1799
|
+
error100: string;
|
|
1800
|
+
error300: string;
|
|
1801
|
+
error500: string;
|
|
1802
|
+
error600: string;
|
|
1803
|
+
error700: string;
|
|
1804
|
+
warning100: string;
|
|
1805
|
+
warning300: string;
|
|
1806
|
+
warning500: string;
|
|
1807
|
+
warning600: string;
|
|
1808
|
+
warning700: string;
|
|
1809
|
+
info: string;
|
|
1810
|
+
info100: string;
|
|
1811
|
+
info300: string;
|
|
1812
|
+
info500: string;
|
|
1813
|
+
info600: string;
|
|
1814
|
+
info700: string;
|
|
1815
|
+
success100: string;
|
|
1816
|
+
success300: string;
|
|
1817
|
+
success500: string;
|
|
1818
|
+
success600: string;
|
|
1819
|
+
success700: string;
|
|
1820
|
+
background: string;
|
|
1821
|
+
foreground: string;
|
|
1822
|
+
};
|
|
1823
|
+
space: {
|
|
1824
|
+
0: string;
|
|
1825
|
+
5: string;
|
|
1826
|
+
10: string;
|
|
1827
|
+
15: string;
|
|
1828
|
+
20: string;
|
|
1829
|
+
25: string;
|
|
1830
|
+
30: string;
|
|
1831
|
+
40: string;
|
|
1832
|
+
46: string;
|
|
1833
|
+
50: string;
|
|
1834
|
+
60: string;
|
|
1835
|
+
70: string;
|
|
1836
|
+
80: string;
|
|
1837
|
+
90: string;
|
|
1838
|
+
100: string;
|
|
1839
|
+
2: string;
|
|
1840
|
+
4: string;
|
|
1841
|
+
6: string;
|
|
1842
|
+
8: string;
|
|
1843
|
+
12: string;
|
|
1844
|
+
16: string;
|
|
1845
|
+
24: string;
|
|
1846
|
+
28: string;
|
|
1847
|
+
32: string;
|
|
1848
|
+
36: string;
|
|
1849
|
+
};
|
|
1850
|
+
radii: {
|
|
1851
|
+
xs: string;
|
|
1852
|
+
sm: string;
|
|
1853
|
+
xm: string;
|
|
1854
|
+
md: string;
|
|
1855
|
+
xl: string;
|
|
1856
|
+
lg: string;
|
|
1857
|
+
primary: string;
|
|
1858
|
+
secondary: string;
|
|
1859
|
+
};
|
|
1860
|
+
fontSizes: {
|
|
1861
|
+
10: string;
|
|
1862
|
+
12: string;
|
|
1863
|
+
14: string;
|
|
1864
|
+
16: string;
|
|
1865
|
+
18: string;
|
|
1866
|
+
20: string;
|
|
1867
|
+
22: string;
|
|
1868
|
+
24: string;
|
|
1869
|
+
28: string;
|
|
1870
|
+
32: string;
|
|
1871
|
+
36: string;
|
|
1872
|
+
40: string;
|
|
1873
|
+
48: string;
|
|
1874
|
+
};
|
|
1875
|
+
fonts: {
|
|
1876
|
+
primary: string;
|
|
1877
|
+
widget: string;
|
|
1878
|
+
};
|
|
1879
|
+
fontWeights: {
|
|
1880
|
+
regular: number;
|
|
1881
|
+
medium: number;
|
|
1882
|
+
semiBold: number;
|
|
1883
|
+
bold: number;
|
|
1884
|
+
};
|
|
1885
|
+
lineHeights: {
|
|
1886
|
+
12: string;
|
|
1887
|
+
16: string;
|
|
1888
|
+
20: string;
|
|
1889
|
+
24: string;
|
|
1890
|
+
26: string;
|
|
1891
|
+
28: string;
|
|
1892
|
+
30: string;
|
|
1893
|
+
36: string;
|
|
1894
|
+
40: string;
|
|
1895
|
+
44: string;
|
|
1896
|
+
52: string;
|
|
1897
|
+
64: string;
|
|
1898
|
+
};
|
|
1899
|
+
letterSpacings: {};
|
|
1900
|
+
sizes: {
|
|
1901
|
+
4: string;
|
|
1902
|
+
6: string;
|
|
1903
|
+
8: string;
|
|
1904
|
+
10: string;
|
|
1905
|
+
12: string;
|
|
1906
|
+
16: string;
|
|
1907
|
+
18: string;
|
|
1908
|
+
20: string;
|
|
1909
|
+
24: string;
|
|
1910
|
+
26: string;
|
|
1911
|
+
28: string;
|
|
1912
|
+
30: string;
|
|
1913
|
+
32: string;
|
|
1914
|
+
36: string;
|
|
1915
|
+
40: string;
|
|
1916
|
+
45: string;
|
|
1917
|
+
48: string;
|
|
1918
|
+
};
|
|
1919
|
+
borderWidths: {};
|
|
1920
|
+
borderStyles: {};
|
|
1921
|
+
shadows: {
|
|
1922
|
+
mainContainer: string;
|
|
1923
|
+
};
|
|
1924
|
+
zIndices: {};
|
|
1925
|
+
transitions: {};
|
|
1926
|
+
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
1443
1927
|
//# sourceMappingURL=SwapToken.styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SwapToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SwapToken.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SwapListItem/SwapToken.styles.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Typography } from '../Typography/index.js';
|
|
2
1
|
export declare const toastContentStyles: import("@stitches/react/types/styled-component.js").CssComponent<never, {}, {
|
|
3
2
|
xs: string;
|
|
4
3
|
sm: string;
|
|
@@ -808,7 +807,9 @@ export declare const AlertFlexContainer: import("@stitches/react/types/styled-co
|
|
|
808
807
|
zIndices: {};
|
|
809
808
|
transitions: {};
|
|
810
809
|
}, import("@stitches/react/types/config.js").DefaultThemeMap, {}>>;
|
|
811
|
-
export declare const StyledTypography: import("@stitches/react/types/styled-component.js").StyledComponent<
|
|
810
|
+
export declare const StyledTypography: import("@stitches/react/types/styled-component.js").StyledComponent<import("react").ForwardRefExoticComponent<import("../Typography/Typography.types.js").TypographyPropTypes & {
|
|
811
|
+
children?: import("react").ReactNode | undefined;
|
|
812
|
+
} & import("react").RefAttributes<HTMLSpanElement>>, {
|
|
812
813
|
hasColor?: boolean | "false" | undefined;
|
|
813
814
|
}, {
|
|
814
815
|
xs: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Toast/Toast.styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Toast.styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Toast/Toast.styles.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAK7B,CAAC;AAEH,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAmMhC,CAAC;AAEH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAwCzB,CAAC;AAEH,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAwEnB,CAAC;AAEH,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAI7B,CAAC;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kEAe3B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TokenAmount.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TokenAmount/TokenAmount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,
|
|
1
|
+
{"version":3,"file":"TokenAmount.d.ts","sourceRoot":"","sources":["../../../../../../src/components/TokenAmount/TokenAmount.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAExD,OAAO,KAAiB,MAAM,OAAO,CAAC;AAyBtC,wBAAgB,WAAW,CAAC,KAAK,EAAE,SAAS,qBAyH3C"}
|