@vitality-ds/components 4.3.4 → 4.4.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.
Files changed (74) hide show
  1. package/dist/StatusBadge/StatusBadge.js +4 -2
  2. package/dist/StatusBadge/StatusBadgeButton.js +4 -2
  3. package/dist/StatusBadge/StatusBadgeLink.js +4 -2
  4. package/dist/Switch/constants/labelDirections.js +16 -0
  5. package/dist/Switch/{constants.js → constants/size.js} +4 -5
  6. package/dist/Switch/constants/transitions.js +11 -0
  7. package/dist/Switch/index.js +16 -3
  8. package/dist/Switch/styled.js +4 -2
  9. package/dist/Switch/styles/BaseSwitch.styles.js +14 -9
  10. package/dist/Switch/styles/BaseSwitchLabel.styles.js +39 -0
  11. package/dist/Switch/styles/BaseSwitchThumb.styles.js +16 -9
  12. package/dist/components/src/StatusBadge/StatusBadge.d.ts +2 -1
  13. package/dist/components/src/StatusBadge/StatusBadge.d.ts.map +1 -1
  14. package/dist/components/src/StatusBadge/StatusBadge.js +2 -2
  15. package/dist/components/src/StatusBadge/StatusBadge.js.map +1 -1
  16. package/dist/components/src/StatusBadge/StatusBadgeButton.d.ts +2 -1
  17. package/dist/components/src/StatusBadge/StatusBadgeButton.d.ts.map +1 -1
  18. package/dist/components/src/StatusBadge/StatusBadgeButton.js +2 -2
  19. package/dist/components/src/StatusBadge/StatusBadgeButton.js.map +1 -1
  20. package/dist/components/src/StatusBadge/StatusBadgeLink.d.ts +2 -1
  21. package/dist/components/src/StatusBadge/StatusBadgeLink.d.ts.map +1 -1
  22. package/dist/components/src/StatusBadge/StatusBadgeLink.js +2 -2
  23. package/dist/components/src/StatusBadge/StatusBadgeLink.js.map +1 -1
  24. package/dist/components/src/StatusBadge/types.d.ts +5 -0
  25. package/dist/components/src/StatusBadge/types.d.ts.map +1 -1
  26. package/dist/components/src/Switch/constants/labelDirections.d.ts +7 -0
  27. package/dist/components/src/Switch/constants/labelDirections.d.ts.map +1 -0
  28. package/dist/components/src/Switch/constants/labelDirections.js +13 -0
  29. package/dist/components/src/Switch/constants/labelDirections.js.map +1 -0
  30. package/dist/components/src/Switch/constants/size.d.ts +8 -0
  31. package/dist/components/src/Switch/constants/size.d.ts.map +1 -0
  32. package/dist/components/src/Switch/{constants.js → constants/size.js} +3 -4
  33. package/dist/components/src/Switch/constants/size.js.map +1 -0
  34. package/dist/components/src/Switch/constants/transitions.d.ts +6 -0
  35. package/dist/components/src/Switch/constants/transitions.d.ts.map +1 -0
  36. package/dist/components/src/Switch/constants/transitions.js +8 -0
  37. package/dist/components/src/Switch/constants/transitions.js.map +1 -0
  38. package/dist/components/src/Switch/index.d.ts +4 -2
  39. package/dist/components/src/Switch/index.d.ts.map +1 -1
  40. package/dist/components/src/Switch/index.js +9 -4
  41. package/dist/components/src/Switch/index.js.map +1 -1
  42. package/dist/components/src/Switch/styled.d.ts +728 -0
  43. package/dist/components/src/Switch/styled.d.ts.map +1 -1
  44. package/dist/components/src/Switch/styled.js +3 -1
  45. package/dist/components/src/Switch/styled.js.map +1 -1
  46. package/dist/components/src/Switch/styles/BaseSwitch.styles.d.ts.map +1 -1
  47. package/dist/components/src/Switch/styles/BaseSwitch.styles.js +12 -9
  48. package/dist/components/src/Switch/styles/BaseSwitch.styles.js.map +1 -1
  49. package/dist/components/src/Switch/styles/BaseSwitchLabel.styles.d.ts +381 -0
  50. package/dist/components/src/Switch/styles/BaseSwitchLabel.styles.d.ts.map +1 -0
  51. package/dist/components/src/Switch/styles/BaseSwitchLabel.styles.js +35 -0
  52. package/dist/components/src/Switch/styles/BaseSwitchLabel.styles.js.map +1 -0
  53. package/dist/components/src/Switch/styles/BaseSwitchThumb.styles.d.ts.map +1 -1
  54. package/dist/components/src/Switch/styles/BaseSwitchThumb.styles.js +12 -9
  55. package/dist/components/src/Switch/styles/BaseSwitchThumb.styles.js.map +1 -1
  56. package/dist/components/src/Switch/types.d.ts +10 -0
  57. package/dist/components/src/Switch/types.d.ts.map +1 -1
  58. package/dist/esm/StatusBadge/StatusBadge.js +4 -2
  59. package/dist/esm/StatusBadge/StatusBadgeButton.js +4 -2
  60. package/dist/esm/StatusBadge/StatusBadgeLink.js +4 -2
  61. package/dist/esm/Switch/constants/labelDirections.js +10 -0
  62. package/dist/esm/Switch/constants/size.js +7 -0
  63. package/dist/esm/Switch/constants/transitions.js +5 -0
  64. package/dist/esm/Switch/index.js +17 -4
  65. package/dist/esm/Switch/styled.js +3 -1
  66. package/dist/esm/Switch/styles/BaseSwitch.styles.js +14 -9
  67. package/dist/esm/Switch/styles/BaseSwitchLabel.styles.js +33 -0
  68. package/dist/esm/Switch/styles/BaseSwitchThumb.styles.js +16 -9
  69. package/dist/tsconfig.tsbuildinfo +1 -1
  70. package/package.json +5 -5
  71. package/dist/components/src/Switch/constants.d.ts +0 -10
  72. package/dist/components/src/Switch/constants.d.ts.map +0 -1
  73. package/dist/components/src/Switch/constants.js.map +0 -1
  74. package/dist/esm/Switch/constants.js +0 -8
@@ -1479,4 +1479,732 @@ export declare const BaseSwitch: import("@stitches/react/types/styled-component"
1479
1479
  portalElement: number;
1480
1480
  };
1481
1481
  }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1482
+ export declare const BaseSwitchLabel: import("@stitches/react/types/styled-component").StyledComponent<"label", import("@stitches/react/types/styled-component").StyledComponentProps<[import("@stitches/react/types/styled-component").CssComponent<never, import("@stitches/react/types/styled-component").StyledComponentProps<[{
1483
+ fontSize: string;
1484
+ cursor: string;
1485
+ whiteSpace: string;
1486
+ textWrap: string;
1487
+ flex: number;
1488
+ marginBottom: number;
1489
+ variants: {
1490
+ disabled: {
1491
+ true: {
1492
+ cursor: string;
1493
+ color: "$colors$blue2" | "$colors$cyan2" | "$colors$green2" | "$colors$grey2" | "$colors$greyA2" | "$colors$orange2" | "$colors$pink2" | "$colors$red2" | "$colors$yellow2" | "$colors$blue1" | "$colors$cyan1" | "$colors$green1" | "$colors$grey1" | "$colors$greyA1" | "$colors$orange1" | "$colors$pink1" | "$colors$red1" | "$colors$yellow1" | "$colors$blue7" | "$colors$cyan7" | "$colors$green7" | "$colors$grey7" | "$colors$greyA7" | "$colors$orange7" | "$colors$pink7" | "$colors$red7" | "$colors$yellow7" | "$colors$blue12" | "$colors$cyan12" | "$colors$green12" | "$colors$grey12" | "$colors$greyA12" | "$colors$orange12" | "$colors$pink12" | "$colors$red12" | "$colors$yellow12" | "$colors$blue3" | "$colors$cyan3" | "$colors$green3" | "$colors$grey3" | "$colors$greyA3" | "$colors$orange3" | "$colors$pink3" | "$colors$red3" | "$colors$yellow3" | "$colors$blue4" | "$colors$cyan4" | "$colors$green4" | "$colors$grey4" | "$colors$greyA4" | "$colors$orange4" | "$colors$pink4" | "$colors$red4" | "$colors$yellow4" | "$colors$blue5" | "$colors$cyan5" | "$colors$green5" | "$colors$grey5" | "$colors$greyA5" | "$colors$orange5" | "$colors$pink5" | "$colors$red5" | "$colors$yellow5" | "$colors$blue9" | "$colors$cyan9" | "$colors$green9" | "$colors$grey9" | "$colors$greyA9" | "$colors$orange9" | "$colors$pink9" | "$colors$red9" | "$colors$yellow9" | "$colors$blue10" | "$colors$cyan10" | "$colors$green10" | "$colors$grey10" | "$colors$greyA10" | "$colors$orange10" | "$colors$pink10" | "$colors$red10" | "$colors$yellow10" | "$colors$blue11" | "$colors$cyan11" | "$colors$green11" | "$colors$grey11" | "$colors$greyA11" | "$colors$orange11" | "$colors$pink11" | "$colors$red11" | "$colors$yellow11" | "$colors$blue6" | "$colors$cyan6" | "$colors$green6" | "$colors$grey6" | "$colors$greyA6" | "$colors$orange6" | "$colors$pink6" | "$colors$red6" | "$colors$yellow6" | "$colors$blue8" | "$colors$cyan8" | "$colors$green8" | "$colors$grey8" | "$colors$greyA8" | "$colors$orange8" | "$colors$pink8" | "$colors$red8" | "$colors$yellow8" | "$colors$blue13" | "$colors$cyan13" | "$colors$green13" | "$colors$grey13" | "$colors$greyA13" | "$colors$orange13" | "$colors$pink13" | "$colors$red13" | "$colors$yellow13" | "$colors$neutral2" | "$colors$neutralA2" | "$colors$primary2" | "$colors$accent2" | "$colors$success2" | "$colors$info2" | "$colors$warning2" | "$colors$critical2" | "$colors$neutral1" | "$colors$neutralA1" | "$colors$primary1" | "$colors$accent1" | "$colors$success1" | "$colors$info1" | "$colors$warning1" | "$colors$critical1" | "$colors$neutral7" | "$colors$neutralA7" | "$colors$primary7" | "$colors$accent7" | "$colors$success7" | "$colors$info7" | "$colors$warning7" | "$colors$critical7" | "$colors$neutral12" | "$colors$neutralA12" | "$colors$primary12" | "$colors$accent12" | "$colors$success12" | "$colors$info12" | "$colors$warning12" | "$colors$critical12" | "$colors$neutral3" | "$colors$neutralA3" | "$colors$primary3" | "$colors$accent3" | "$colors$success3" | "$colors$info3" | "$colors$warning3" | "$colors$critical3" | "$colors$neutral4" | "$colors$neutralA4" | "$colors$primary4" | "$colors$accent4" | "$colors$success4" | "$colors$info4" | "$colors$warning4" | "$colors$critical4" | "$colors$neutral5" | "$colors$neutralA5" | "$colors$primary5" | "$colors$accent5" | "$colors$success5" | "$colors$info5" | "$colors$warning5" | "$colors$critical5" | "$colors$neutral9" | "$colors$neutralA9" | "$colors$primary9" | "$colors$accent9" | "$colors$success9" | "$colors$info9" | "$colors$warning9" | "$colors$critical9" | "$colors$neutral10" | "$colors$neutralA10" | "$colors$primary10" | "$colors$accent10" | "$colors$success10" | "$colors$info10" | "$colors$warning10" | "$colors$critical10" | "$colors$neutral11" | "$colors$neutralA11" | "$colors$primary11" | "$colors$accent11" | "$colors$success11" | "$colors$info11" | "$colors$warning11" | "$colors$critical11" | "$colors$neutral6" | "$colors$neutralA6" | "$colors$primary6" | "$colors$accent6" | "$colors$success6" | "$colors$info6" | "$colors$warning6" | "$colors$critical6" | "$colors$neutral8" | "$colors$neutralA8" | "$colors$primary8" | "$colors$accent8" | "$colors$success8" | "$colors$info8" | "$colors$warning8" | "$colors$critical8" | "$colors$neutral13" | "$colors$neutralA13" | "$colors$primary13" | "$colors$accent13" | "$colors$success13" | "$colors$info13" | "$colors$warning13" | "$colors$critical13";
1494
+ };
1495
+ };
1496
+ direction: {
1497
+ top: {
1498
+ textAlign: string;
1499
+ };
1500
+ bottom: {
1501
+ textAlign: string;
1502
+ };
1503
+ left: {
1504
+ textAlign: string;
1505
+ };
1506
+ right: {
1507
+ textAlign: string;
1508
+ };
1509
+ };
1510
+ };
1511
+ }]>, {
1512
+ bp1: "(min-width: 48rem)";
1513
+ bp2: "(min-width: 69rem)";
1514
+ bp3: "(min-width: 85rem)";
1515
+ }, import("@stitches/react/types/css-util").CSS<{
1516
+ bp1: "(min-width: 48rem)";
1517
+ bp2: "(min-width: 69rem)";
1518
+ bp3: "(min-width: 85rem)";
1519
+ }, {
1520
+ colors: {
1521
+ blue2: string;
1522
+ cyan2: string;
1523
+ green2: string;
1524
+ grey2: string;
1525
+ greyA2: string;
1526
+ orange2: string;
1527
+ pink2: string;
1528
+ red2: string;
1529
+ yellow2: string;
1530
+ blue1: string;
1531
+ cyan1: string;
1532
+ green1: string;
1533
+ grey1: string;
1534
+ greyA1: string;
1535
+ orange1: string;
1536
+ pink1: string;
1537
+ red1: string;
1538
+ yellow1: string;
1539
+ blue7: string;
1540
+ cyan7: string;
1541
+ green7: string;
1542
+ grey7: string;
1543
+ greyA7: string;
1544
+ orange7: string;
1545
+ pink7: string;
1546
+ red7: string;
1547
+ yellow7: string;
1548
+ blue12: string;
1549
+ cyan12: string;
1550
+ green12: string;
1551
+ grey12: string;
1552
+ greyA12: string;
1553
+ orange12: string;
1554
+ pink12: string;
1555
+ red12: string;
1556
+ yellow12: string;
1557
+ blue3: string;
1558
+ cyan3: string;
1559
+ green3: string;
1560
+ grey3: string;
1561
+ greyA3: string;
1562
+ orange3: string;
1563
+ pink3: string;
1564
+ red3: string;
1565
+ yellow3: string;
1566
+ blue4: string;
1567
+ cyan4: string;
1568
+ green4: string;
1569
+ grey4: string;
1570
+ greyA4: string;
1571
+ orange4: string;
1572
+ pink4: string;
1573
+ red4: string;
1574
+ yellow4: string;
1575
+ blue5: string;
1576
+ cyan5: string;
1577
+ green5: string;
1578
+ grey5: string;
1579
+ greyA5: string;
1580
+ orange5: string;
1581
+ pink5: string;
1582
+ red5: string;
1583
+ yellow5: string;
1584
+ blue9: string;
1585
+ cyan9: string;
1586
+ green9: string;
1587
+ grey9: string;
1588
+ greyA9: string;
1589
+ orange9: string;
1590
+ pink9: string;
1591
+ red9: string;
1592
+ yellow9: string;
1593
+ blue10: string;
1594
+ cyan10: string;
1595
+ green10: string;
1596
+ grey10: string;
1597
+ greyA10: string;
1598
+ orange10: string;
1599
+ pink10: string;
1600
+ red10: string;
1601
+ yellow10: string;
1602
+ blue11: string;
1603
+ cyan11: string;
1604
+ green11: string;
1605
+ grey11: string;
1606
+ greyA11: string;
1607
+ orange11: string;
1608
+ pink11: string;
1609
+ red11: string;
1610
+ yellow11: string;
1611
+ blue6: string;
1612
+ cyan6: string;
1613
+ green6: string;
1614
+ grey6: string;
1615
+ greyA6: string;
1616
+ orange6: string;
1617
+ pink6: string;
1618
+ red6: string;
1619
+ yellow6: string;
1620
+ blue8: string;
1621
+ cyan8: string;
1622
+ green8: string;
1623
+ grey8: string;
1624
+ greyA8: string;
1625
+ orange8: string;
1626
+ pink8: string;
1627
+ red8: string;
1628
+ yellow8: string;
1629
+ blue13: string;
1630
+ cyan13: string;
1631
+ green13: string;
1632
+ grey13: string;
1633
+ greyA13: string;
1634
+ orange13: string;
1635
+ pink13: string;
1636
+ red13: string;
1637
+ yellow13: string;
1638
+ neutral2: string;
1639
+ neutralA2: string;
1640
+ primary2: string;
1641
+ accent2: string;
1642
+ success2: string;
1643
+ info2: string;
1644
+ warning2: string;
1645
+ critical2: string;
1646
+ neutral1: string;
1647
+ neutralA1: string;
1648
+ primary1: string;
1649
+ accent1: string;
1650
+ success1: string;
1651
+ info1: string;
1652
+ warning1: string;
1653
+ critical1: string;
1654
+ neutral7: string;
1655
+ neutralA7: string;
1656
+ primary7: string;
1657
+ accent7: string;
1658
+ success7: string;
1659
+ info7: string;
1660
+ warning7: string;
1661
+ critical7: string;
1662
+ neutral12: string;
1663
+ neutralA12: string;
1664
+ primary12: string;
1665
+ accent12: string;
1666
+ success12: string;
1667
+ info12: string;
1668
+ warning12: string;
1669
+ critical12: string;
1670
+ neutral3: string;
1671
+ neutralA3: string;
1672
+ primary3: string;
1673
+ accent3: string;
1674
+ success3: string;
1675
+ info3: string;
1676
+ warning3: string;
1677
+ critical3: string;
1678
+ neutral4: string;
1679
+ neutralA4: string;
1680
+ primary4: string;
1681
+ accent4: string;
1682
+ success4: string;
1683
+ info4: string;
1684
+ warning4: string;
1685
+ critical4: string;
1686
+ neutral5: string;
1687
+ neutralA5: string;
1688
+ primary5: string;
1689
+ accent5: string;
1690
+ success5: string;
1691
+ info5: string;
1692
+ warning5: string;
1693
+ critical5: string;
1694
+ neutral9: string;
1695
+ neutralA9: string;
1696
+ primary9: string;
1697
+ accent9: string;
1698
+ success9: string;
1699
+ info9: string;
1700
+ warning9: string;
1701
+ critical9: string;
1702
+ neutral10: string;
1703
+ neutralA10: string;
1704
+ primary10: string;
1705
+ accent10: string;
1706
+ success10: string;
1707
+ info10: string;
1708
+ warning10: string;
1709
+ critical10: string;
1710
+ neutral11: string;
1711
+ neutralA11: string;
1712
+ primary11: string;
1713
+ accent11: string;
1714
+ success11: string;
1715
+ info11: string;
1716
+ warning11: string;
1717
+ critical11: string;
1718
+ neutral6: string;
1719
+ neutralA6: string;
1720
+ primary6: string;
1721
+ accent6: string;
1722
+ success6: string;
1723
+ info6: string;
1724
+ warning6: string;
1725
+ critical6: string;
1726
+ neutral8: string;
1727
+ neutralA8: string;
1728
+ primary8: string;
1729
+ accent8: string;
1730
+ success8: string;
1731
+ info8: string;
1732
+ warning8: string;
1733
+ critical8: string;
1734
+ neutral13: string;
1735
+ neutralA13: string;
1736
+ primary13: string;
1737
+ accent13: string;
1738
+ success13: string;
1739
+ info13: string;
1740
+ warning13: string;
1741
+ critical13: string;
1742
+ };
1743
+ fonts: {
1744
+ display100: any;
1745
+ display200: any;
1746
+ display300: any;
1747
+ display400: any;
1748
+ display500: any;
1749
+ display600: any;
1750
+ display700: any;
1751
+ display800: any;
1752
+ display900: any;
1753
+ body: any;
1754
+ caption: any;
1755
+ pageTitle: any;
1756
+ sectionTitle: any;
1757
+ sectionSubtitle: any;
1758
+ button: any;
1759
+ textInput: any;
1760
+ default: any;
1761
+ };
1762
+ fontSizes: {
1763
+ display100: any;
1764
+ display200: any;
1765
+ display300: any;
1766
+ display400: any;
1767
+ display500: any;
1768
+ display600: any;
1769
+ display700: any;
1770
+ display800: any;
1771
+ display900: any;
1772
+ body: any;
1773
+ caption: any;
1774
+ pageTitle: any;
1775
+ sectionTitle: any;
1776
+ sectionSubtitle: any;
1777
+ button: any;
1778
+ textInput: any;
1779
+ };
1780
+ fontWeights: {
1781
+ display100: any;
1782
+ display200: any;
1783
+ display300: any;
1784
+ display400: any;
1785
+ display500: any;
1786
+ display600: any;
1787
+ display700: any;
1788
+ display800: any;
1789
+ display900: any;
1790
+ body: any;
1791
+ caption: any;
1792
+ pageTitle: any;
1793
+ sectionTitle: any;
1794
+ sectionSubtitle: any;
1795
+ button: any;
1796
+ textInput: any;
1797
+ };
1798
+ letterSpacings: {
1799
+ display100: any;
1800
+ display200: any;
1801
+ display300: any;
1802
+ display400: any;
1803
+ display500: any;
1804
+ display600: any;
1805
+ display700: any;
1806
+ display800: any;
1807
+ display900: any;
1808
+ body: any;
1809
+ caption: any;
1810
+ pageTitle: any;
1811
+ sectionTitle: any;
1812
+ sectionSubtitle: any;
1813
+ button: any;
1814
+ textInput: any;
1815
+ };
1816
+ lineHeights: {
1817
+ display100: any;
1818
+ display200: any;
1819
+ display300: any;
1820
+ display400: any;
1821
+ display500: any;
1822
+ display600: any;
1823
+ display700: any;
1824
+ display800: any;
1825
+ display900: any;
1826
+ body: any;
1827
+ caption: any;
1828
+ pageTitle: any;
1829
+ sectionTitle: any;
1830
+ sectionSubtitle: any;
1831
+ button: any;
1832
+ textInput: any;
1833
+ };
1834
+ radii: {
1835
+ default: any;
1836
+ large: any;
1837
+ rounded: any;
1838
+ };
1839
+ shadows: {
1840
+ sm: any;
1841
+ md: any;
1842
+ lg: any;
1843
+ };
1844
+ space: {
1845
+ sm: any;
1846
+ md: any;
1847
+ lg: any;
1848
+ xs: any;
1849
+ xl: any;
1850
+ xxl: any;
1851
+ };
1852
+ zIndices: {
1853
+ floatingElements: number;
1854
+ blanket: number;
1855
+ dialog: number;
1856
+ toast: number;
1857
+ tooltip: number;
1858
+ portalElement: number;
1859
+ };
1860
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>]>, {
1861
+ bp1: "(min-width: 48rem)";
1862
+ bp2: "(min-width: 69rem)";
1863
+ bp3: "(min-width: 85rem)";
1864
+ }, import("@stitches/react/types/css-util").CSS<{
1865
+ bp1: "(min-width: 48rem)";
1866
+ bp2: "(min-width: 69rem)";
1867
+ bp3: "(min-width: 85rem)";
1868
+ }, {
1869
+ colors: {
1870
+ blue2: string;
1871
+ cyan2: string;
1872
+ green2: string;
1873
+ grey2: string;
1874
+ greyA2: string;
1875
+ orange2: string;
1876
+ pink2: string;
1877
+ red2: string;
1878
+ yellow2: string;
1879
+ blue1: string;
1880
+ cyan1: string;
1881
+ green1: string;
1882
+ grey1: string;
1883
+ greyA1: string;
1884
+ orange1: string;
1885
+ pink1: string;
1886
+ red1: string;
1887
+ yellow1: string;
1888
+ blue7: string;
1889
+ cyan7: string;
1890
+ green7: string;
1891
+ grey7: string;
1892
+ greyA7: string;
1893
+ orange7: string;
1894
+ pink7: string;
1895
+ red7: string;
1896
+ yellow7: string;
1897
+ blue12: string;
1898
+ cyan12: string;
1899
+ green12: string;
1900
+ grey12: string;
1901
+ greyA12: string;
1902
+ orange12: string;
1903
+ pink12: string;
1904
+ red12: string;
1905
+ yellow12: string;
1906
+ blue3: string;
1907
+ cyan3: string;
1908
+ green3: string;
1909
+ grey3: string;
1910
+ greyA3: string;
1911
+ orange3: string;
1912
+ pink3: string;
1913
+ red3: string;
1914
+ yellow3: string;
1915
+ blue4: string;
1916
+ cyan4: string;
1917
+ green4: string;
1918
+ grey4: string;
1919
+ greyA4: string;
1920
+ orange4: string;
1921
+ pink4: string;
1922
+ red4: string;
1923
+ yellow4: string;
1924
+ blue5: string;
1925
+ cyan5: string;
1926
+ green5: string;
1927
+ grey5: string;
1928
+ greyA5: string;
1929
+ orange5: string;
1930
+ pink5: string;
1931
+ red5: string;
1932
+ yellow5: string;
1933
+ blue9: string;
1934
+ cyan9: string;
1935
+ green9: string;
1936
+ grey9: string;
1937
+ greyA9: string;
1938
+ orange9: string;
1939
+ pink9: string;
1940
+ red9: string;
1941
+ yellow9: string;
1942
+ blue10: string;
1943
+ cyan10: string;
1944
+ green10: string;
1945
+ grey10: string;
1946
+ greyA10: string;
1947
+ orange10: string;
1948
+ pink10: string;
1949
+ red10: string;
1950
+ yellow10: string;
1951
+ blue11: string;
1952
+ cyan11: string;
1953
+ green11: string;
1954
+ grey11: string;
1955
+ greyA11: string;
1956
+ orange11: string;
1957
+ pink11: string;
1958
+ red11: string;
1959
+ yellow11: string;
1960
+ blue6: string;
1961
+ cyan6: string;
1962
+ green6: string;
1963
+ grey6: string;
1964
+ greyA6: string;
1965
+ orange6: string;
1966
+ pink6: string;
1967
+ red6: string;
1968
+ yellow6: string;
1969
+ blue8: string;
1970
+ cyan8: string;
1971
+ green8: string;
1972
+ grey8: string;
1973
+ greyA8: string;
1974
+ orange8: string;
1975
+ pink8: string;
1976
+ red8: string;
1977
+ yellow8: string;
1978
+ blue13: string;
1979
+ cyan13: string;
1980
+ green13: string;
1981
+ grey13: string;
1982
+ greyA13: string;
1983
+ orange13: string;
1984
+ pink13: string;
1985
+ red13: string;
1986
+ yellow13: string;
1987
+ neutral2: string;
1988
+ neutralA2: string;
1989
+ primary2: string;
1990
+ accent2: string;
1991
+ success2: string;
1992
+ info2: string;
1993
+ warning2: string;
1994
+ critical2: string;
1995
+ neutral1: string;
1996
+ neutralA1: string;
1997
+ primary1: string;
1998
+ accent1: string;
1999
+ success1: string;
2000
+ info1: string;
2001
+ warning1: string;
2002
+ critical1: string;
2003
+ neutral7: string;
2004
+ neutralA7: string;
2005
+ primary7: string;
2006
+ accent7: string;
2007
+ success7: string;
2008
+ info7: string;
2009
+ warning7: string;
2010
+ critical7: string;
2011
+ neutral12: string;
2012
+ neutralA12: string;
2013
+ primary12: string;
2014
+ accent12: string;
2015
+ success12: string;
2016
+ info12: string;
2017
+ warning12: string;
2018
+ critical12: string;
2019
+ neutral3: string;
2020
+ neutralA3: string;
2021
+ primary3: string;
2022
+ accent3: string;
2023
+ success3: string;
2024
+ info3: string;
2025
+ warning3: string;
2026
+ critical3: string;
2027
+ neutral4: string;
2028
+ neutralA4: string;
2029
+ primary4: string;
2030
+ accent4: string;
2031
+ success4: string;
2032
+ info4: string;
2033
+ warning4: string;
2034
+ critical4: string;
2035
+ neutral5: string;
2036
+ neutralA5: string;
2037
+ primary5: string;
2038
+ accent5: string;
2039
+ success5: string;
2040
+ info5: string;
2041
+ warning5: string;
2042
+ critical5: string;
2043
+ neutral9: string;
2044
+ neutralA9: string;
2045
+ primary9: string;
2046
+ accent9: string;
2047
+ success9: string;
2048
+ info9: string;
2049
+ warning9: string;
2050
+ critical9: string;
2051
+ neutral10: string;
2052
+ neutralA10: string;
2053
+ primary10: string;
2054
+ accent10: string;
2055
+ success10: string;
2056
+ info10: string;
2057
+ warning10: string;
2058
+ critical10: string;
2059
+ neutral11: string;
2060
+ neutralA11: string;
2061
+ primary11: string;
2062
+ accent11: string;
2063
+ success11: string;
2064
+ info11: string;
2065
+ warning11: string;
2066
+ critical11: string;
2067
+ neutral6: string;
2068
+ neutralA6: string;
2069
+ primary6: string;
2070
+ accent6: string;
2071
+ success6: string;
2072
+ info6: string;
2073
+ warning6: string;
2074
+ critical6: string;
2075
+ neutral8: string;
2076
+ neutralA8: string;
2077
+ primary8: string;
2078
+ accent8: string;
2079
+ success8: string;
2080
+ info8: string;
2081
+ warning8: string;
2082
+ critical8: string;
2083
+ neutral13: string;
2084
+ neutralA13: string;
2085
+ primary13: string;
2086
+ accent13: string;
2087
+ success13: string;
2088
+ info13: string;
2089
+ warning13: string;
2090
+ critical13: string;
2091
+ };
2092
+ fonts: {
2093
+ display100: any;
2094
+ display200: any;
2095
+ display300: any;
2096
+ display400: any;
2097
+ display500: any;
2098
+ display600: any;
2099
+ display700: any;
2100
+ display800: any;
2101
+ display900: any;
2102
+ body: any;
2103
+ caption: any;
2104
+ pageTitle: any;
2105
+ sectionTitle: any;
2106
+ sectionSubtitle: any;
2107
+ button: any;
2108
+ textInput: any;
2109
+ default: any;
2110
+ };
2111
+ fontSizes: {
2112
+ display100: any;
2113
+ display200: any;
2114
+ display300: any;
2115
+ display400: any;
2116
+ display500: any;
2117
+ display600: any;
2118
+ display700: any;
2119
+ display800: any;
2120
+ display900: any;
2121
+ body: any;
2122
+ caption: any;
2123
+ pageTitle: any;
2124
+ sectionTitle: any;
2125
+ sectionSubtitle: any;
2126
+ button: any;
2127
+ textInput: any;
2128
+ };
2129
+ fontWeights: {
2130
+ display100: any;
2131
+ display200: any;
2132
+ display300: any;
2133
+ display400: any;
2134
+ display500: any;
2135
+ display600: any;
2136
+ display700: any;
2137
+ display800: any;
2138
+ display900: any;
2139
+ body: any;
2140
+ caption: any;
2141
+ pageTitle: any;
2142
+ sectionTitle: any;
2143
+ sectionSubtitle: any;
2144
+ button: any;
2145
+ textInput: any;
2146
+ };
2147
+ letterSpacings: {
2148
+ display100: any;
2149
+ display200: any;
2150
+ display300: any;
2151
+ display400: any;
2152
+ display500: any;
2153
+ display600: any;
2154
+ display700: any;
2155
+ display800: any;
2156
+ display900: any;
2157
+ body: any;
2158
+ caption: any;
2159
+ pageTitle: any;
2160
+ sectionTitle: any;
2161
+ sectionSubtitle: any;
2162
+ button: any;
2163
+ textInput: any;
2164
+ };
2165
+ lineHeights: {
2166
+ display100: any;
2167
+ display200: any;
2168
+ display300: any;
2169
+ display400: any;
2170
+ display500: any;
2171
+ display600: any;
2172
+ display700: any;
2173
+ display800: any;
2174
+ display900: any;
2175
+ body: any;
2176
+ caption: any;
2177
+ pageTitle: any;
2178
+ sectionTitle: any;
2179
+ sectionSubtitle: any;
2180
+ button: any;
2181
+ textInput: any;
2182
+ };
2183
+ radii: {
2184
+ default: any;
2185
+ large: any;
2186
+ rounded: any;
2187
+ };
2188
+ shadows: {
2189
+ sm: any;
2190
+ md: any;
2191
+ lg: any;
2192
+ };
2193
+ space: {
2194
+ sm: any;
2195
+ md: any;
2196
+ lg: any;
2197
+ xs: any;
2198
+ xl: any;
2199
+ xxl: any;
2200
+ };
2201
+ zIndices: {
2202
+ floatingElements: number;
2203
+ blanket: number;
2204
+ dialog: number;
2205
+ toast: number;
2206
+ tooltip: number;
2207
+ portalElement: number;
2208
+ };
2209
+ }, import("@stitches/react/types/config").DefaultThemeMap, {}>>;
1482
2210
  //# sourceMappingURL=styled.d.ts.map