@obolnetwork/obol-ui 1.0.32 → 1.0.34

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.
@@ -1445,6 +1445,1447 @@ export declare const DialogDescription: import("@stitches/react/types/styled-com
1445
1445
  };
1446
1446
  }>>;
1447
1447
  export declare const DialogClose: React.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
1448
+ export declare const DialogStyledContent: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>>, {}, {
1449
+ motion: "(prefers-reduced-motion)";
1450
+ hover: "(any-hover: hover)";
1451
+ dark: "(prefers-color-scheme: dark)";
1452
+ light: "(prefers-color-scheme: light)";
1453
+ xs: "(max-width: 520px)";
1454
+ sm: "(max-width: 900px)";
1455
+ bp2: "(min-width: 900px)";
1456
+ md: "(max-width: 1200px)";
1457
+ lg: "(max-width: 1800px)";
1458
+ }, import("@stitches/react/types/css-util").CSS<{
1459
+ motion: "(prefers-reduced-motion)";
1460
+ hover: "(any-hover: hover)";
1461
+ dark: "(prefers-color-scheme: dark)";
1462
+ light: "(prefers-color-scheme: light)";
1463
+ xs: "(max-width: 520px)";
1464
+ sm: "(max-width: 900px)";
1465
+ bp2: "(min-width: 900px)";
1466
+ md: "(max-width: 1200px)";
1467
+ lg: "(max-width: 1800px)";
1468
+ }, {
1469
+ colors: {
1470
+ white: string;
1471
+ black: string;
1472
+ lightBackground: string;
1473
+ obolBlue: string;
1474
+ primaryBgDefault: string;
1475
+ primaryBgDefaultHover: string;
1476
+ primaryTextDefault: string;
1477
+ secondaryBgDefault: string;
1478
+ secondaryBgHover: string;
1479
+ grayBgDefault: string;
1480
+ gray2BgDefault: string;
1481
+ neutralDark: string;
1482
+ navButtonBgDefault: string;
1483
+ navButtonBgHover: string;
1484
+ cardBackgroundDark: string;
1485
+ cardBackgroundLight: string;
1486
+ textMiddle: string;
1487
+ textLight: string;
1488
+ textLighter: string;
1489
+ textTabHover: string;
1490
+ textTabInactive: string;
1491
+ textGreenDark: string;
1492
+ textGreenLight: string;
1493
+ textGreen1: string;
1494
+ textGreen2: string;
1495
+ textGreen3: string;
1496
+ textGreenHover: string;
1497
+ textCreateHover: string;
1498
+ textGrayHover: string;
1499
+ txButton: string;
1500
+ obolGreen: string;
1501
+ obolMidGreen: string;
1502
+ obolGreenHover: string;
1503
+ obolGreenLight: string;
1504
+ obolDarkDark: string;
1505
+ obolDisabled: string;
1506
+ linkButtonHover: string;
1507
+ progressTrackerGreen: string;
1508
+ coordinate: string;
1509
+ coordinateHover: string;
1510
+ test: string;
1511
+ testHover: string;
1512
+ create: string;
1513
+ createHover: string;
1514
+ light: string;
1515
+ body: string;
1516
+ muted: string;
1517
+ menu: string;
1518
+ bg01: string;
1519
+ bg02: string;
1520
+ bg03: string;
1521
+ bg04: string;
1522
+ bg05: string;
1523
+ tooltip: string;
1524
+ tooltip2: string;
1525
+ };
1526
+ space: {
1527
+ 1: string;
1528
+ 2: string;
1529
+ xxxs: string;
1530
+ xxs: string;
1531
+ xs: string;
1532
+ sm: string;
1533
+ md: string;
1534
+ lg: string;
1535
+ xl: string;
1536
+ "2xl": string;
1537
+ "3xl": string;
1538
+ "4xl": string;
1539
+ "5xl": string;
1540
+ "6xl": string;
1541
+ "7xl": string;
1542
+ };
1543
+ sizes: {
1544
+ 1: string;
1545
+ 2: string;
1546
+ xxxs: string;
1547
+ xxs: string;
1548
+ xs: string;
1549
+ sm: string;
1550
+ md: string;
1551
+ lg: string;
1552
+ xl: string;
1553
+ "2xl": string;
1554
+ "3xl": string;
1555
+ "4xl": string;
1556
+ "5xl": string;
1557
+ "6xl": string;
1558
+ "7xl": string;
1559
+ max: string;
1560
+ min: string;
1561
+ full: string;
1562
+ };
1563
+ radii: {
1564
+ 1: string;
1565
+ 2: string;
1566
+ 3: string;
1567
+ 4: string;
1568
+ 5: string;
1569
+ round: string;
1570
+ pill: string;
1571
+ };
1572
+ fontSizes: {
1573
+ 1: string;
1574
+ 2: string;
1575
+ 3: string;
1576
+ 4: string;
1577
+ 5: string;
1578
+ 6: string;
1579
+ 7: string;
1580
+ 8: string;
1581
+ 9: string;
1582
+ 10: string;
1583
+ 11: string;
1584
+ };
1585
+ fontWeights: {
1586
+ hairline: number;
1587
+ thin: number;
1588
+ light: number;
1589
+ normal: number;
1590
+ medium: number;
1591
+ semibold: number;
1592
+ bold: number;
1593
+ extrabold: number;
1594
+ black: number;
1595
+ };
1596
+ lineHeights: {
1597
+ normal: string;
1598
+ none: number;
1599
+ shorter: number;
1600
+ short: number;
1601
+ base: number;
1602
+ tall: number;
1603
+ tall2: number;
1604
+ taller: string;
1605
+ };
1606
+ letterSpacings: {
1607
+ tighter: string;
1608
+ tight: string;
1609
+ normal: string;
1610
+ wide: string;
1611
+ wider: string;
1612
+ widest: string;
1613
+ };
1614
+ borderWidths: unknown;
1615
+ borderStyles: unknown;
1616
+ shadows: unknown;
1617
+ zIndices: unknown;
1618
+ transitions: unknown;
1619
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
1620
+ p: (value: {
1621
+ readonly [$$PropertyValue]: "padding";
1622
+ }) => {
1623
+ padding: {
1624
+ readonly [$$PropertyValue]: "padding";
1625
+ };
1626
+ };
1627
+ pt: (value: {
1628
+ readonly [$$PropertyValue]: "paddingTop";
1629
+ }) => {
1630
+ paddingTop: {
1631
+ readonly [$$PropertyValue]: "paddingTop";
1632
+ };
1633
+ };
1634
+ pr: (value: {
1635
+ readonly [$$PropertyValue]: "paddingRight";
1636
+ }) => {
1637
+ paddingRight: {
1638
+ readonly [$$PropertyValue]: "paddingRight";
1639
+ };
1640
+ };
1641
+ pb: (value: {
1642
+ readonly [$$PropertyValue]: "paddingBottom";
1643
+ }) => {
1644
+ paddingBottom: {
1645
+ readonly [$$PropertyValue]: "paddingBottom";
1646
+ };
1647
+ };
1648
+ pl: (value: {
1649
+ readonly [$$PropertyValue]: "paddingLeft";
1650
+ }) => {
1651
+ paddingLeft: {
1652
+ readonly [$$PropertyValue]: "paddingLeft";
1653
+ };
1654
+ };
1655
+ px: (value: {
1656
+ readonly [$$PropertyValue]: "paddingLeft";
1657
+ }) => {
1658
+ paddingLeft: {
1659
+ readonly [$$PropertyValue]: "paddingLeft";
1660
+ };
1661
+ paddingRight: {
1662
+ readonly [$$PropertyValue]: "paddingLeft";
1663
+ };
1664
+ };
1665
+ py: (value: {
1666
+ readonly [$$PropertyValue]: "paddingTop";
1667
+ }) => {
1668
+ paddingTop: {
1669
+ readonly [$$PropertyValue]: "paddingTop";
1670
+ };
1671
+ paddingBottom: {
1672
+ readonly [$$PropertyValue]: "paddingTop";
1673
+ };
1674
+ };
1675
+ m: (value: {
1676
+ readonly [$$PropertyValue]: "margin";
1677
+ }) => {
1678
+ margin: {
1679
+ readonly [$$PropertyValue]: "margin";
1680
+ };
1681
+ };
1682
+ mt: (value: {
1683
+ readonly [$$PropertyValue]: "marginTop";
1684
+ }) => {
1685
+ marginTop: {
1686
+ readonly [$$PropertyValue]: "marginTop";
1687
+ };
1688
+ };
1689
+ mr: (value: {
1690
+ readonly [$$PropertyValue]: "marginRight";
1691
+ }) => {
1692
+ marginRight: {
1693
+ readonly [$$PropertyValue]: "marginRight";
1694
+ };
1695
+ };
1696
+ mb: (value: {
1697
+ readonly [$$PropertyValue]: "marginBottom";
1698
+ }) => {
1699
+ marginBottom: {
1700
+ readonly [$$PropertyValue]: "marginBottom";
1701
+ };
1702
+ };
1703
+ ml: (value: {
1704
+ readonly [$$PropertyValue]: "marginLeft";
1705
+ }) => {
1706
+ marginLeft: {
1707
+ readonly [$$PropertyValue]: "marginLeft";
1708
+ };
1709
+ };
1710
+ mx: (value: {
1711
+ readonly [$$PropertyValue]: "marginLeft";
1712
+ }) => {
1713
+ marginLeft: {
1714
+ readonly [$$PropertyValue]: "marginLeft";
1715
+ };
1716
+ marginRight: {
1717
+ readonly [$$PropertyValue]: "marginLeft";
1718
+ };
1719
+ };
1720
+ my: (value: {
1721
+ readonly [$$PropertyValue]: "marginTop";
1722
+ }) => {
1723
+ marginTop: {
1724
+ readonly [$$PropertyValue]: "marginTop";
1725
+ };
1726
+ marginBottom: {
1727
+ readonly [$$PropertyValue]: "marginTop";
1728
+ };
1729
+ };
1730
+ ta: (value: {
1731
+ readonly [$$PropertyValue]: "textAlign";
1732
+ }) => {
1733
+ textAlign: {
1734
+ readonly [$$PropertyValue]: "textAlign";
1735
+ };
1736
+ };
1737
+ fd: (value: {
1738
+ readonly [$$PropertyValue]: "flexDirection";
1739
+ }) => {
1740
+ flexDirection: {
1741
+ readonly [$$PropertyValue]: "flexDirection";
1742
+ };
1743
+ };
1744
+ fw: (value: {
1745
+ readonly [$$PropertyValue]: "flexWrap";
1746
+ }) => {
1747
+ flexWrap: {
1748
+ readonly [$$PropertyValue]: "flexWrap";
1749
+ };
1750
+ };
1751
+ ai: (value: {
1752
+ readonly [$$PropertyValue]: "alignItems";
1753
+ }) => {
1754
+ alignItems: {
1755
+ readonly [$$PropertyValue]: "alignItems";
1756
+ };
1757
+ };
1758
+ ac: (value: {
1759
+ readonly [$$PropertyValue]: "alignContent";
1760
+ }) => {
1761
+ alignContent: {
1762
+ readonly [$$PropertyValue]: "alignContent";
1763
+ };
1764
+ };
1765
+ jc: (value: {
1766
+ readonly [$$PropertyValue]: "justifyContent";
1767
+ }) => {
1768
+ justifyContent: {
1769
+ readonly [$$PropertyValue]: "justifyContent";
1770
+ };
1771
+ };
1772
+ as: (value: {
1773
+ readonly [$$PropertyValue]: "alignSelf";
1774
+ }) => {
1775
+ alignSelf: {
1776
+ readonly [$$PropertyValue]: "alignSelf";
1777
+ };
1778
+ };
1779
+ fg: (value: {
1780
+ readonly [$$PropertyValue]: "flexGrow";
1781
+ }) => {
1782
+ flexGrow: {
1783
+ readonly [$$PropertyValue]: "flexGrow";
1784
+ };
1785
+ };
1786
+ fs: (value: {
1787
+ readonly [$$PropertyValue]: "flexShrink";
1788
+ }) => {
1789
+ flexShrink: {
1790
+ readonly [$$PropertyValue]: "flexShrink";
1791
+ };
1792
+ };
1793
+ fb: (value: {
1794
+ readonly [$$PropertyValue]: "flexBasis";
1795
+ }) => {
1796
+ flexBasis: {
1797
+ readonly [$$PropertyValue]: "flexBasis";
1798
+ };
1799
+ };
1800
+ bc: (value: {
1801
+ readonly [$$PropertyValue]: "backgroundColor";
1802
+ }) => {
1803
+ backgroundColor: {
1804
+ readonly [$$PropertyValue]: "backgroundColor";
1805
+ };
1806
+ };
1807
+ br: (value: {
1808
+ readonly [$$PropertyValue]: "borderRadius";
1809
+ }) => {
1810
+ borderRadius: {
1811
+ readonly [$$PropertyValue]: "borderRadius";
1812
+ };
1813
+ };
1814
+ btrr: (value: {
1815
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1816
+ }) => {
1817
+ borderTopRightRadius: {
1818
+ readonly [$$PropertyValue]: "borderTopRightRadius";
1819
+ };
1820
+ };
1821
+ bbrr: (value: {
1822
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1823
+ }) => {
1824
+ borderBottomRightRadius: {
1825
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
1826
+ };
1827
+ };
1828
+ bblr: (value: {
1829
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1830
+ }) => {
1831
+ borderBottomLeftRadius: {
1832
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
1833
+ };
1834
+ };
1835
+ btlr: (value: {
1836
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1837
+ }) => {
1838
+ borderTopLeftRadius: {
1839
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
1840
+ };
1841
+ };
1842
+ bs: (value: {
1843
+ readonly [$$PropertyValue]: "boxShadow";
1844
+ }) => {
1845
+ boxShadow: {
1846
+ readonly [$$PropertyValue]: "boxShadow";
1847
+ };
1848
+ };
1849
+ lh: (value: {
1850
+ readonly [$$PropertyValue]: "lineHeight";
1851
+ }) => {
1852
+ lineHeight: {
1853
+ readonly [$$PropertyValue]: "lineHeight";
1854
+ };
1855
+ };
1856
+ ox: (value: {
1857
+ readonly [$$PropertyValue]: "overflowX";
1858
+ }) => {
1859
+ overflowX: {
1860
+ readonly [$$PropertyValue]: "overflowX";
1861
+ };
1862
+ };
1863
+ oy: (value: {
1864
+ readonly [$$PropertyValue]: "overflowY";
1865
+ }) => {
1866
+ overflowY: {
1867
+ readonly [$$PropertyValue]: "overflowY";
1868
+ };
1869
+ };
1870
+ pe: (value: {
1871
+ readonly [$$PropertyValue]: "pointerEvents";
1872
+ }) => {
1873
+ pointerEvents: {
1874
+ readonly [$$PropertyValue]: "pointerEvents";
1875
+ };
1876
+ };
1877
+ us: (value: {
1878
+ readonly [$$PropertyValue]: "userSelect";
1879
+ }) => {
1880
+ WebkitUserSelect: {
1881
+ readonly [$$PropertyValue]: "userSelect";
1882
+ };
1883
+ userSelect: {
1884
+ readonly [$$PropertyValue]: "userSelect";
1885
+ };
1886
+ };
1887
+ userSelect: (value: {
1888
+ readonly [$$PropertyValue]: "userSelect";
1889
+ }) => {
1890
+ WebkitUserSelect: {
1891
+ readonly [$$PropertyValue]: "userSelect";
1892
+ };
1893
+ userSelect: {
1894
+ readonly [$$PropertyValue]: "userSelect";
1895
+ };
1896
+ };
1897
+ size: (value: {
1898
+ readonly [$$PropertyValue]: "width";
1899
+ }) => {
1900
+ width: {
1901
+ readonly [$$PropertyValue]: "width";
1902
+ };
1903
+ height: {
1904
+ readonly [$$PropertyValue]: "width";
1905
+ };
1906
+ };
1907
+ appearance: (value: {
1908
+ readonly [$$PropertyValue]: "appearance";
1909
+ }) => {
1910
+ WebkitAppearance: {
1911
+ readonly [$$PropertyValue]: "appearance";
1912
+ };
1913
+ appearance: {
1914
+ readonly [$$PropertyValue]: "appearance";
1915
+ };
1916
+ };
1917
+ backgroundClip: (value: {
1918
+ readonly [$$PropertyValue]: "backgroundClip";
1919
+ }) => {
1920
+ WebkitBackgroundClip: {
1921
+ readonly [$$PropertyValue]: "backgroundClip";
1922
+ };
1923
+ backgroundClip: {
1924
+ readonly [$$PropertyValue]: "backgroundClip";
1925
+ };
1926
+ };
1927
+ }>>;
1928
+ export declare const DialogOverlay: import("@stitches/react/types/styled-component").StyledComponent<React.ForwardRefExoticComponent<DialogPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>>, {}, {
1929
+ motion: "(prefers-reduced-motion)";
1930
+ hover: "(any-hover: hover)";
1931
+ dark: "(prefers-color-scheme: dark)";
1932
+ light: "(prefers-color-scheme: light)";
1933
+ xs: "(max-width: 520px)";
1934
+ sm: "(max-width: 900px)";
1935
+ bp2: "(min-width: 900px)";
1936
+ md: "(max-width: 1200px)";
1937
+ lg: "(max-width: 1800px)";
1938
+ }, import("@stitches/react/types/css-util").CSS<{
1939
+ motion: "(prefers-reduced-motion)";
1940
+ hover: "(any-hover: hover)";
1941
+ dark: "(prefers-color-scheme: dark)";
1942
+ light: "(prefers-color-scheme: light)";
1943
+ xs: "(max-width: 520px)";
1944
+ sm: "(max-width: 900px)";
1945
+ bp2: "(min-width: 900px)";
1946
+ md: "(max-width: 1200px)";
1947
+ lg: "(max-width: 1800px)";
1948
+ }, {
1949
+ colors: {
1950
+ white: string;
1951
+ black: string;
1952
+ lightBackground: string;
1953
+ obolBlue: string;
1954
+ primaryBgDefault: string;
1955
+ primaryBgDefaultHover: string;
1956
+ primaryTextDefault: string;
1957
+ secondaryBgDefault: string;
1958
+ secondaryBgHover: string;
1959
+ grayBgDefault: string;
1960
+ gray2BgDefault: string;
1961
+ neutralDark: string;
1962
+ navButtonBgDefault: string;
1963
+ navButtonBgHover: string;
1964
+ cardBackgroundDark: string;
1965
+ cardBackgroundLight: string;
1966
+ textMiddle: string;
1967
+ textLight: string;
1968
+ textLighter: string;
1969
+ textTabHover: string;
1970
+ textTabInactive: string;
1971
+ textGreenDark: string;
1972
+ textGreenLight: string;
1973
+ textGreen1: string;
1974
+ textGreen2: string;
1975
+ textGreen3: string;
1976
+ textGreenHover: string;
1977
+ textCreateHover: string;
1978
+ textGrayHover: string;
1979
+ txButton: string;
1980
+ obolGreen: string;
1981
+ obolMidGreen: string;
1982
+ obolGreenHover: string;
1983
+ obolGreenLight: string;
1984
+ obolDarkDark: string;
1985
+ obolDisabled: string;
1986
+ linkButtonHover: string;
1987
+ progressTrackerGreen: string;
1988
+ coordinate: string;
1989
+ coordinateHover: string;
1990
+ test: string;
1991
+ testHover: string;
1992
+ create: string;
1993
+ createHover: string;
1994
+ light: string;
1995
+ body: string;
1996
+ muted: string;
1997
+ menu: string;
1998
+ bg01: string;
1999
+ bg02: string;
2000
+ bg03: string;
2001
+ bg04: string;
2002
+ bg05: string;
2003
+ tooltip: string;
2004
+ tooltip2: string;
2005
+ };
2006
+ space: {
2007
+ 1: string;
2008
+ 2: string;
2009
+ xxxs: string;
2010
+ xxs: string;
2011
+ xs: string;
2012
+ sm: string;
2013
+ md: string;
2014
+ lg: string;
2015
+ xl: string;
2016
+ "2xl": string;
2017
+ "3xl": string;
2018
+ "4xl": string;
2019
+ "5xl": string;
2020
+ "6xl": string;
2021
+ "7xl": string;
2022
+ };
2023
+ sizes: {
2024
+ 1: string;
2025
+ 2: string;
2026
+ xxxs: string;
2027
+ xxs: string;
2028
+ xs: string;
2029
+ sm: string;
2030
+ md: string;
2031
+ lg: string;
2032
+ xl: string;
2033
+ "2xl": string;
2034
+ "3xl": string;
2035
+ "4xl": string;
2036
+ "5xl": string;
2037
+ "6xl": string;
2038
+ "7xl": string;
2039
+ max: string;
2040
+ min: string;
2041
+ full: string;
2042
+ };
2043
+ radii: {
2044
+ 1: string;
2045
+ 2: string;
2046
+ 3: string;
2047
+ 4: string;
2048
+ 5: string;
2049
+ round: string;
2050
+ pill: string;
2051
+ };
2052
+ fontSizes: {
2053
+ 1: string;
2054
+ 2: string;
2055
+ 3: string;
2056
+ 4: string;
2057
+ 5: string;
2058
+ 6: string;
2059
+ 7: string;
2060
+ 8: string;
2061
+ 9: string;
2062
+ 10: string;
2063
+ 11: string;
2064
+ };
2065
+ fontWeights: {
2066
+ hairline: number;
2067
+ thin: number;
2068
+ light: number;
2069
+ normal: number;
2070
+ medium: number;
2071
+ semibold: number;
2072
+ bold: number;
2073
+ extrabold: number;
2074
+ black: number;
2075
+ };
2076
+ lineHeights: {
2077
+ normal: string;
2078
+ none: number;
2079
+ shorter: number;
2080
+ short: number;
2081
+ base: number;
2082
+ tall: number;
2083
+ tall2: number;
2084
+ taller: string;
2085
+ };
2086
+ letterSpacings: {
2087
+ tighter: string;
2088
+ tight: string;
2089
+ normal: string;
2090
+ wide: string;
2091
+ wider: string;
2092
+ widest: string;
2093
+ };
2094
+ borderWidths: unknown;
2095
+ borderStyles: unknown;
2096
+ shadows: unknown;
2097
+ zIndices: unknown;
2098
+ transitions: unknown;
2099
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2100
+ p: (value: {
2101
+ readonly [$$PropertyValue]: "padding";
2102
+ }) => {
2103
+ padding: {
2104
+ readonly [$$PropertyValue]: "padding";
2105
+ };
2106
+ };
2107
+ pt: (value: {
2108
+ readonly [$$PropertyValue]: "paddingTop";
2109
+ }) => {
2110
+ paddingTop: {
2111
+ readonly [$$PropertyValue]: "paddingTop";
2112
+ };
2113
+ };
2114
+ pr: (value: {
2115
+ readonly [$$PropertyValue]: "paddingRight";
2116
+ }) => {
2117
+ paddingRight: {
2118
+ readonly [$$PropertyValue]: "paddingRight";
2119
+ };
2120
+ };
2121
+ pb: (value: {
2122
+ readonly [$$PropertyValue]: "paddingBottom";
2123
+ }) => {
2124
+ paddingBottom: {
2125
+ readonly [$$PropertyValue]: "paddingBottom";
2126
+ };
2127
+ };
2128
+ pl: (value: {
2129
+ readonly [$$PropertyValue]: "paddingLeft";
2130
+ }) => {
2131
+ paddingLeft: {
2132
+ readonly [$$PropertyValue]: "paddingLeft";
2133
+ };
2134
+ };
2135
+ px: (value: {
2136
+ readonly [$$PropertyValue]: "paddingLeft";
2137
+ }) => {
2138
+ paddingLeft: {
2139
+ readonly [$$PropertyValue]: "paddingLeft";
2140
+ };
2141
+ paddingRight: {
2142
+ readonly [$$PropertyValue]: "paddingLeft";
2143
+ };
2144
+ };
2145
+ py: (value: {
2146
+ readonly [$$PropertyValue]: "paddingTop";
2147
+ }) => {
2148
+ paddingTop: {
2149
+ readonly [$$PropertyValue]: "paddingTop";
2150
+ };
2151
+ paddingBottom: {
2152
+ readonly [$$PropertyValue]: "paddingTop";
2153
+ };
2154
+ };
2155
+ m: (value: {
2156
+ readonly [$$PropertyValue]: "margin";
2157
+ }) => {
2158
+ margin: {
2159
+ readonly [$$PropertyValue]: "margin";
2160
+ };
2161
+ };
2162
+ mt: (value: {
2163
+ readonly [$$PropertyValue]: "marginTop";
2164
+ }) => {
2165
+ marginTop: {
2166
+ readonly [$$PropertyValue]: "marginTop";
2167
+ };
2168
+ };
2169
+ mr: (value: {
2170
+ readonly [$$PropertyValue]: "marginRight";
2171
+ }) => {
2172
+ marginRight: {
2173
+ readonly [$$PropertyValue]: "marginRight";
2174
+ };
2175
+ };
2176
+ mb: (value: {
2177
+ readonly [$$PropertyValue]: "marginBottom";
2178
+ }) => {
2179
+ marginBottom: {
2180
+ readonly [$$PropertyValue]: "marginBottom";
2181
+ };
2182
+ };
2183
+ ml: (value: {
2184
+ readonly [$$PropertyValue]: "marginLeft";
2185
+ }) => {
2186
+ marginLeft: {
2187
+ readonly [$$PropertyValue]: "marginLeft";
2188
+ };
2189
+ };
2190
+ mx: (value: {
2191
+ readonly [$$PropertyValue]: "marginLeft";
2192
+ }) => {
2193
+ marginLeft: {
2194
+ readonly [$$PropertyValue]: "marginLeft";
2195
+ };
2196
+ marginRight: {
2197
+ readonly [$$PropertyValue]: "marginLeft";
2198
+ };
2199
+ };
2200
+ my: (value: {
2201
+ readonly [$$PropertyValue]: "marginTop";
2202
+ }) => {
2203
+ marginTop: {
2204
+ readonly [$$PropertyValue]: "marginTop";
2205
+ };
2206
+ marginBottom: {
2207
+ readonly [$$PropertyValue]: "marginTop";
2208
+ };
2209
+ };
2210
+ ta: (value: {
2211
+ readonly [$$PropertyValue]: "textAlign";
2212
+ }) => {
2213
+ textAlign: {
2214
+ readonly [$$PropertyValue]: "textAlign";
2215
+ };
2216
+ };
2217
+ fd: (value: {
2218
+ readonly [$$PropertyValue]: "flexDirection";
2219
+ }) => {
2220
+ flexDirection: {
2221
+ readonly [$$PropertyValue]: "flexDirection";
2222
+ };
2223
+ };
2224
+ fw: (value: {
2225
+ readonly [$$PropertyValue]: "flexWrap";
2226
+ }) => {
2227
+ flexWrap: {
2228
+ readonly [$$PropertyValue]: "flexWrap";
2229
+ };
2230
+ };
2231
+ ai: (value: {
2232
+ readonly [$$PropertyValue]: "alignItems";
2233
+ }) => {
2234
+ alignItems: {
2235
+ readonly [$$PropertyValue]: "alignItems";
2236
+ };
2237
+ };
2238
+ ac: (value: {
2239
+ readonly [$$PropertyValue]: "alignContent";
2240
+ }) => {
2241
+ alignContent: {
2242
+ readonly [$$PropertyValue]: "alignContent";
2243
+ };
2244
+ };
2245
+ jc: (value: {
2246
+ readonly [$$PropertyValue]: "justifyContent";
2247
+ }) => {
2248
+ justifyContent: {
2249
+ readonly [$$PropertyValue]: "justifyContent";
2250
+ };
2251
+ };
2252
+ as: (value: {
2253
+ readonly [$$PropertyValue]: "alignSelf";
2254
+ }) => {
2255
+ alignSelf: {
2256
+ readonly [$$PropertyValue]: "alignSelf";
2257
+ };
2258
+ };
2259
+ fg: (value: {
2260
+ readonly [$$PropertyValue]: "flexGrow";
2261
+ }) => {
2262
+ flexGrow: {
2263
+ readonly [$$PropertyValue]: "flexGrow";
2264
+ };
2265
+ };
2266
+ fs: (value: {
2267
+ readonly [$$PropertyValue]: "flexShrink";
2268
+ }) => {
2269
+ flexShrink: {
2270
+ readonly [$$PropertyValue]: "flexShrink";
2271
+ };
2272
+ };
2273
+ fb: (value: {
2274
+ readonly [$$PropertyValue]: "flexBasis";
2275
+ }) => {
2276
+ flexBasis: {
2277
+ readonly [$$PropertyValue]: "flexBasis";
2278
+ };
2279
+ };
2280
+ bc: (value: {
2281
+ readonly [$$PropertyValue]: "backgroundColor";
2282
+ }) => {
2283
+ backgroundColor: {
2284
+ readonly [$$PropertyValue]: "backgroundColor";
2285
+ };
2286
+ };
2287
+ br: (value: {
2288
+ readonly [$$PropertyValue]: "borderRadius";
2289
+ }) => {
2290
+ borderRadius: {
2291
+ readonly [$$PropertyValue]: "borderRadius";
2292
+ };
2293
+ };
2294
+ btrr: (value: {
2295
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2296
+ }) => {
2297
+ borderTopRightRadius: {
2298
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2299
+ };
2300
+ };
2301
+ bbrr: (value: {
2302
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2303
+ }) => {
2304
+ borderBottomRightRadius: {
2305
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2306
+ };
2307
+ };
2308
+ bblr: (value: {
2309
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2310
+ }) => {
2311
+ borderBottomLeftRadius: {
2312
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2313
+ };
2314
+ };
2315
+ btlr: (value: {
2316
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2317
+ }) => {
2318
+ borderTopLeftRadius: {
2319
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2320
+ };
2321
+ };
2322
+ bs: (value: {
2323
+ readonly [$$PropertyValue]: "boxShadow";
2324
+ }) => {
2325
+ boxShadow: {
2326
+ readonly [$$PropertyValue]: "boxShadow";
2327
+ };
2328
+ };
2329
+ lh: (value: {
2330
+ readonly [$$PropertyValue]: "lineHeight";
2331
+ }) => {
2332
+ lineHeight: {
2333
+ readonly [$$PropertyValue]: "lineHeight";
2334
+ };
2335
+ };
2336
+ ox: (value: {
2337
+ readonly [$$PropertyValue]: "overflowX";
2338
+ }) => {
2339
+ overflowX: {
2340
+ readonly [$$PropertyValue]: "overflowX";
2341
+ };
2342
+ };
2343
+ oy: (value: {
2344
+ readonly [$$PropertyValue]: "overflowY";
2345
+ }) => {
2346
+ overflowY: {
2347
+ readonly [$$PropertyValue]: "overflowY";
2348
+ };
2349
+ };
2350
+ pe: (value: {
2351
+ readonly [$$PropertyValue]: "pointerEvents";
2352
+ }) => {
2353
+ pointerEvents: {
2354
+ readonly [$$PropertyValue]: "pointerEvents";
2355
+ };
2356
+ };
2357
+ us: (value: {
2358
+ readonly [$$PropertyValue]: "userSelect";
2359
+ }) => {
2360
+ WebkitUserSelect: {
2361
+ readonly [$$PropertyValue]: "userSelect";
2362
+ };
2363
+ userSelect: {
2364
+ readonly [$$PropertyValue]: "userSelect";
2365
+ };
2366
+ };
2367
+ userSelect: (value: {
2368
+ readonly [$$PropertyValue]: "userSelect";
2369
+ }) => {
2370
+ WebkitUserSelect: {
2371
+ readonly [$$PropertyValue]: "userSelect";
2372
+ };
2373
+ userSelect: {
2374
+ readonly [$$PropertyValue]: "userSelect";
2375
+ };
2376
+ };
2377
+ size: (value: {
2378
+ readonly [$$PropertyValue]: "width";
2379
+ }) => {
2380
+ width: {
2381
+ readonly [$$PropertyValue]: "width";
2382
+ };
2383
+ height: {
2384
+ readonly [$$PropertyValue]: "width";
2385
+ };
2386
+ };
2387
+ appearance: (value: {
2388
+ readonly [$$PropertyValue]: "appearance";
2389
+ }) => {
2390
+ WebkitAppearance: {
2391
+ readonly [$$PropertyValue]: "appearance";
2392
+ };
2393
+ appearance: {
2394
+ readonly [$$PropertyValue]: "appearance";
2395
+ };
2396
+ };
2397
+ backgroundClip: (value: {
2398
+ readonly [$$PropertyValue]: "backgroundClip";
2399
+ }) => {
2400
+ WebkitBackgroundClip: {
2401
+ readonly [$$PropertyValue]: "backgroundClip";
2402
+ };
2403
+ backgroundClip: {
2404
+ readonly [$$PropertyValue]: "backgroundClip";
2405
+ };
2406
+ };
2407
+ }>>;
2408
+ export declare const DialogPortal: React.FC<DialogPrimitive.DialogPortalProps>;
2409
+ export declare const DialogIconButton: import("@stitches/react/types/styled-component").StyledComponent<"button", {}, {
2410
+ motion: "(prefers-reduced-motion)";
2411
+ hover: "(any-hover: hover)";
2412
+ dark: "(prefers-color-scheme: dark)";
2413
+ light: "(prefers-color-scheme: light)";
2414
+ xs: "(max-width: 520px)";
2415
+ sm: "(max-width: 900px)";
2416
+ bp2: "(min-width: 900px)";
2417
+ md: "(max-width: 1200px)";
2418
+ lg: "(max-width: 1800px)";
2419
+ }, import("@stitches/react/types/css-util").CSS<{
2420
+ motion: "(prefers-reduced-motion)";
2421
+ hover: "(any-hover: hover)";
2422
+ dark: "(prefers-color-scheme: dark)";
2423
+ light: "(prefers-color-scheme: light)";
2424
+ xs: "(max-width: 520px)";
2425
+ sm: "(max-width: 900px)";
2426
+ bp2: "(min-width: 900px)";
2427
+ md: "(max-width: 1200px)";
2428
+ lg: "(max-width: 1800px)";
2429
+ }, {
2430
+ colors: {
2431
+ white: string;
2432
+ black: string;
2433
+ lightBackground: string;
2434
+ obolBlue: string;
2435
+ primaryBgDefault: string;
2436
+ primaryBgDefaultHover: string;
2437
+ primaryTextDefault: string;
2438
+ secondaryBgDefault: string;
2439
+ secondaryBgHover: string;
2440
+ grayBgDefault: string;
2441
+ gray2BgDefault: string;
2442
+ neutralDark: string;
2443
+ navButtonBgDefault: string;
2444
+ navButtonBgHover: string;
2445
+ cardBackgroundDark: string;
2446
+ cardBackgroundLight: string;
2447
+ textMiddle: string;
2448
+ textLight: string;
2449
+ textLighter: string;
2450
+ textTabHover: string;
2451
+ textTabInactive: string;
2452
+ textGreenDark: string;
2453
+ textGreenLight: string;
2454
+ textGreen1: string;
2455
+ textGreen2: string;
2456
+ textGreen3: string;
2457
+ textGreenHover: string;
2458
+ textCreateHover: string;
2459
+ textGrayHover: string;
2460
+ txButton: string;
2461
+ obolGreen: string;
2462
+ obolMidGreen: string;
2463
+ obolGreenHover: string;
2464
+ obolGreenLight: string;
2465
+ obolDarkDark: string;
2466
+ obolDisabled: string;
2467
+ linkButtonHover: string;
2468
+ progressTrackerGreen: string;
2469
+ coordinate: string;
2470
+ coordinateHover: string;
2471
+ test: string;
2472
+ testHover: string;
2473
+ create: string;
2474
+ createHover: string;
2475
+ light: string;
2476
+ body: string;
2477
+ muted: string;
2478
+ menu: string;
2479
+ bg01: string;
2480
+ bg02: string;
2481
+ bg03: string;
2482
+ bg04: string;
2483
+ bg05: string;
2484
+ tooltip: string;
2485
+ tooltip2: string;
2486
+ };
2487
+ space: {
2488
+ 1: string;
2489
+ 2: string;
2490
+ xxxs: string;
2491
+ xxs: string;
2492
+ xs: string;
2493
+ sm: string;
2494
+ md: string;
2495
+ lg: string;
2496
+ xl: string;
2497
+ "2xl": string;
2498
+ "3xl": string;
2499
+ "4xl": string;
2500
+ "5xl": string;
2501
+ "6xl": string;
2502
+ "7xl": string;
2503
+ };
2504
+ sizes: {
2505
+ 1: string;
2506
+ 2: string;
2507
+ xxxs: string;
2508
+ xxs: string;
2509
+ xs: string;
2510
+ sm: string;
2511
+ md: string;
2512
+ lg: string;
2513
+ xl: string;
2514
+ "2xl": string;
2515
+ "3xl": string;
2516
+ "4xl": string;
2517
+ "5xl": string;
2518
+ "6xl": string;
2519
+ "7xl": string;
2520
+ max: string;
2521
+ min: string;
2522
+ full: string;
2523
+ };
2524
+ radii: {
2525
+ 1: string;
2526
+ 2: string;
2527
+ 3: string;
2528
+ 4: string;
2529
+ 5: string;
2530
+ round: string;
2531
+ pill: string;
2532
+ };
2533
+ fontSizes: {
2534
+ 1: string;
2535
+ 2: string;
2536
+ 3: string;
2537
+ 4: string;
2538
+ 5: string;
2539
+ 6: string;
2540
+ 7: string;
2541
+ 8: string;
2542
+ 9: string;
2543
+ 10: string;
2544
+ 11: string;
2545
+ };
2546
+ fontWeights: {
2547
+ hairline: number;
2548
+ thin: number;
2549
+ light: number;
2550
+ normal: number;
2551
+ medium: number;
2552
+ semibold: number;
2553
+ bold: number;
2554
+ extrabold: number;
2555
+ black: number;
2556
+ };
2557
+ lineHeights: {
2558
+ normal: string;
2559
+ none: number;
2560
+ shorter: number;
2561
+ short: number;
2562
+ base: number;
2563
+ tall: number;
2564
+ tall2: number;
2565
+ taller: string;
2566
+ };
2567
+ letterSpacings: {
2568
+ tighter: string;
2569
+ tight: string;
2570
+ normal: string;
2571
+ wide: string;
2572
+ wider: string;
2573
+ widest: string;
2574
+ };
2575
+ borderWidths: unknown;
2576
+ borderStyles: unknown;
2577
+ shadows: unknown;
2578
+ zIndices: unknown;
2579
+ transitions: unknown;
2580
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
2581
+ p: (value: {
2582
+ readonly [$$PropertyValue]: "padding";
2583
+ }) => {
2584
+ padding: {
2585
+ readonly [$$PropertyValue]: "padding";
2586
+ };
2587
+ };
2588
+ pt: (value: {
2589
+ readonly [$$PropertyValue]: "paddingTop";
2590
+ }) => {
2591
+ paddingTop: {
2592
+ readonly [$$PropertyValue]: "paddingTop";
2593
+ };
2594
+ };
2595
+ pr: (value: {
2596
+ readonly [$$PropertyValue]: "paddingRight";
2597
+ }) => {
2598
+ paddingRight: {
2599
+ readonly [$$PropertyValue]: "paddingRight";
2600
+ };
2601
+ };
2602
+ pb: (value: {
2603
+ readonly [$$PropertyValue]: "paddingBottom";
2604
+ }) => {
2605
+ paddingBottom: {
2606
+ readonly [$$PropertyValue]: "paddingBottom";
2607
+ };
2608
+ };
2609
+ pl: (value: {
2610
+ readonly [$$PropertyValue]: "paddingLeft";
2611
+ }) => {
2612
+ paddingLeft: {
2613
+ readonly [$$PropertyValue]: "paddingLeft";
2614
+ };
2615
+ };
2616
+ px: (value: {
2617
+ readonly [$$PropertyValue]: "paddingLeft";
2618
+ }) => {
2619
+ paddingLeft: {
2620
+ readonly [$$PropertyValue]: "paddingLeft";
2621
+ };
2622
+ paddingRight: {
2623
+ readonly [$$PropertyValue]: "paddingLeft";
2624
+ };
2625
+ };
2626
+ py: (value: {
2627
+ readonly [$$PropertyValue]: "paddingTop";
2628
+ }) => {
2629
+ paddingTop: {
2630
+ readonly [$$PropertyValue]: "paddingTop";
2631
+ };
2632
+ paddingBottom: {
2633
+ readonly [$$PropertyValue]: "paddingTop";
2634
+ };
2635
+ };
2636
+ m: (value: {
2637
+ readonly [$$PropertyValue]: "margin";
2638
+ }) => {
2639
+ margin: {
2640
+ readonly [$$PropertyValue]: "margin";
2641
+ };
2642
+ };
2643
+ mt: (value: {
2644
+ readonly [$$PropertyValue]: "marginTop";
2645
+ }) => {
2646
+ marginTop: {
2647
+ readonly [$$PropertyValue]: "marginTop";
2648
+ };
2649
+ };
2650
+ mr: (value: {
2651
+ readonly [$$PropertyValue]: "marginRight";
2652
+ }) => {
2653
+ marginRight: {
2654
+ readonly [$$PropertyValue]: "marginRight";
2655
+ };
2656
+ };
2657
+ mb: (value: {
2658
+ readonly [$$PropertyValue]: "marginBottom";
2659
+ }) => {
2660
+ marginBottom: {
2661
+ readonly [$$PropertyValue]: "marginBottom";
2662
+ };
2663
+ };
2664
+ ml: (value: {
2665
+ readonly [$$PropertyValue]: "marginLeft";
2666
+ }) => {
2667
+ marginLeft: {
2668
+ readonly [$$PropertyValue]: "marginLeft";
2669
+ };
2670
+ };
2671
+ mx: (value: {
2672
+ readonly [$$PropertyValue]: "marginLeft";
2673
+ }) => {
2674
+ marginLeft: {
2675
+ readonly [$$PropertyValue]: "marginLeft";
2676
+ };
2677
+ marginRight: {
2678
+ readonly [$$PropertyValue]: "marginLeft";
2679
+ };
2680
+ };
2681
+ my: (value: {
2682
+ readonly [$$PropertyValue]: "marginTop";
2683
+ }) => {
2684
+ marginTop: {
2685
+ readonly [$$PropertyValue]: "marginTop";
2686
+ };
2687
+ marginBottom: {
2688
+ readonly [$$PropertyValue]: "marginTop";
2689
+ };
2690
+ };
2691
+ ta: (value: {
2692
+ readonly [$$PropertyValue]: "textAlign";
2693
+ }) => {
2694
+ textAlign: {
2695
+ readonly [$$PropertyValue]: "textAlign";
2696
+ };
2697
+ };
2698
+ fd: (value: {
2699
+ readonly [$$PropertyValue]: "flexDirection";
2700
+ }) => {
2701
+ flexDirection: {
2702
+ readonly [$$PropertyValue]: "flexDirection";
2703
+ };
2704
+ };
2705
+ fw: (value: {
2706
+ readonly [$$PropertyValue]: "flexWrap";
2707
+ }) => {
2708
+ flexWrap: {
2709
+ readonly [$$PropertyValue]: "flexWrap";
2710
+ };
2711
+ };
2712
+ ai: (value: {
2713
+ readonly [$$PropertyValue]: "alignItems";
2714
+ }) => {
2715
+ alignItems: {
2716
+ readonly [$$PropertyValue]: "alignItems";
2717
+ };
2718
+ };
2719
+ ac: (value: {
2720
+ readonly [$$PropertyValue]: "alignContent";
2721
+ }) => {
2722
+ alignContent: {
2723
+ readonly [$$PropertyValue]: "alignContent";
2724
+ };
2725
+ };
2726
+ jc: (value: {
2727
+ readonly [$$PropertyValue]: "justifyContent";
2728
+ }) => {
2729
+ justifyContent: {
2730
+ readonly [$$PropertyValue]: "justifyContent";
2731
+ };
2732
+ };
2733
+ as: (value: {
2734
+ readonly [$$PropertyValue]: "alignSelf";
2735
+ }) => {
2736
+ alignSelf: {
2737
+ readonly [$$PropertyValue]: "alignSelf";
2738
+ };
2739
+ };
2740
+ fg: (value: {
2741
+ readonly [$$PropertyValue]: "flexGrow";
2742
+ }) => {
2743
+ flexGrow: {
2744
+ readonly [$$PropertyValue]: "flexGrow";
2745
+ };
2746
+ };
2747
+ fs: (value: {
2748
+ readonly [$$PropertyValue]: "flexShrink";
2749
+ }) => {
2750
+ flexShrink: {
2751
+ readonly [$$PropertyValue]: "flexShrink";
2752
+ };
2753
+ };
2754
+ fb: (value: {
2755
+ readonly [$$PropertyValue]: "flexBasis";
2756
+ }) => {
2757
+ flexBasis: {
2758
+ readonly [$$PropertyValue]: "flexBasis";
2759
+ };
2760
+ };
2761
+ bc: (value: {
2762
+ readonly [$$PropertyValue]: "backgroundColor";
2763
+ }) => {
2764
+ backgroundColor: {
2765
+ readonly [$$PropertyValue]: "backgroundColor";
2766
+ };
2767
+ };
2768
+ br: (value: {
2769
+ readonly [$$PropertyValue]: "borderRadius";
2770
+ }) => {
2771
+ borderRadius: {
2772
+ readonly [$$PropertyValue]: "borderRadius";
2773
+ };
2774
+ };
2775
+ btrr: (value: {
2776
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2777
+ }) => {
2778
+ borderTopRightRadius: {
2779
+ readonly [$$PropertyValue]: "borderTopRightRadius";
2780
+ };
2781
+ };
2782
+ bbrr: (value: {
2783
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2784
+ }) => {
2785
+ borderBottomRightRadius: {
2786
+ readonly [$$PropertyValue]: "borderBottomRightRadius";
2787
+ };
2788
+ };
2789
+ bblr: (value: {
2790
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2791
+ }) => {
2792
+ borderBottomLeftRadius: {
2793
+ readonly [$$PropertyValue]: "borderBottomLeftRadius";
2794
+ };
2795
+ };
2796
+ btlr: (value: {
2797
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2798
+ }) => {
2799
+ borderTopLeftRadius: {
2800
+ readonly [$$PropertyValue]: "borderTopLeftRadius";
2801
+ };
2802
+ };
2803
+ bs: (value: {
2804
+ readonly [$$PropertyValue]: "boxShadow";
2805
+ }) => {
2806
+ boxShadow: {
2807
+ readonly [$$PropertyValue]: "boxShadow";
2808
+ };
2809
+ };
2810
+ lh: (value: {
2811
+ readonly [$$PropertyValue]: "lineHeight";
2812
+ }) => {
2813
+ lineHeight: {
2814
+ readonly [$$PropertyValue]: "lineHeight";
2815
+ };
2816
+ };
2817
+ ox: (value: {
2818
+ readonly [$$PropertyValue]: "overflowX";
2819
+ }) => {
2820
+ overflowX: {
2821
+ readonly [$$PropertyValue]: "overflowX";
2822
+ };
2823
+ };
2824
+ oy: (value: {
2825
+ readonly [$$PropertyValue]: "overflowY";
2826
+ }) => {
2827
+ overflowY: {
2828
+ readonly [$$PropertyValue]: "overflowY";
2829
+ };
2830
+ };
2831
+ pe: (value: {
2832
+ readonly [$$PropertyValue]: "pointerEvents";
2833
+ }) => {
2834
+ pointerEvents: {
2835
+ readonly [$$PropertyValue]: "pointerEvents";
2836
+ };
2837
+ };
2838
+ us: (value: {
2839
+ readonly [$$PropertyValue]: "userSelect";
2840
+ }) => {
2841
+ WebkitUserSelect: {
2842
+ readonly [$$PropertyValue]: "userSelect";
2843
+ };
2844
+ userSelect: {
2845
+ readonly [$$PropertyValue]: "userSelect";
2846
+ };
2847
+ };
2848
+ userSelect: (value: {
2849
+ readonly [$$PropertyValue]: "userSelect";
2850
+ }) => {
2851
+ WebkitUserSelect: {
2852
+ readonly [$$PropertyValue]: "userSelect";
2853
+ };
2854
+ userSelect: {
2855
+ readonly [$$PropertyValue]: "userSelect";
2856
+ };
2857
+ };
2858
+ size: (value: {
2859
+ readonly [$$PropertyValue]: "width";
2860
+ }) => {
2861
+ width: {
2862
+ readonly [$$PropertyValue]: "width";
2863
+ };
2864
+ height: {
2865
+ readonly [$$PropertyValue]: "width";
2866
+ };
2867
+ };
2868
+ appearance: (value: {
2869
+ readonly [$$PropertyValue]: "appearance";
2870
+ }) => {
2871
+ WebkitAppearance: {
2872
+ readonly [$$PropertyValue]: "appearance";
2873
+ };
2874
+ appearance: {
2875
+ readonly [$$PropertyValue]: "appearance";
2876
+ };
2877
+ };
2878
+ backgroundClip: (value: {
2879
+ readonly [$$PropertyValue]: "backgroundClip";
2880
+ }) => {
2881
+ WebkitBackgroundClip: {
2882
+ readonly [$$PropertyValue]: "backgroundClip";
2883
+ };
2884
+ backgroundClip: {
2885
+ readonly [$$PropertyValue]: "backgroundClip";
2886
+ };
2887
+ };
2888
+ }>>;
1448
2889
  interface DialogComponentProps {
1449
2890
  triggerElement: React.ReactNode;
1450
2891
  title?: string | typeof Text;