@vitality-ds/components 4.3.4-alpha.0 → 4.4.0

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