@sanity/ui 2.0.16 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/theme.js CHANGED
@@ -1795,7 +1795,12 @@ const defaultColorTokens = {
1795
1795
  icon: ["white", "black"]
1796
1796
  }
1797
1797
  },
1798
- bg: ["200", "800"],
1798
+ bg: ["300", "600"],
1799
+ fg: ["300", "600"],
1800
+ muted: {
1801
+ bg: ["300", "600"],
1802
+ fg: ["300", "600"]
1803
+ },
1799
1804
  kbd: {
1800
1805
  bg: ["black", "white"],
1801
1806
  fg: ["white", "black"],
@@ -1896,8 +1901,11 @@ const defaultColorTokens = {
1896
1901
  bg: ["50", "950"],
1897
1902
  fg: ["200", "800"]
1898
1903
  },
1899
- fg: ["200", "800"],
1900
- icon: ["200", "800"],
1904
+ fg: ["400", "600"],
1905
+ icon: ["300", "700"],
1906
+ muted: {
1907
+ fg: ["400", "600"]
1908
+ },
1901
1909
  kbd: {
1902
1910
  bg: ["white", "black"],
1903
1911
  fg: ["200", "800"],
@@ -1905,9 +1913,6 @@ const defaultColorTokens = {
1905
1913
  },
1906
1914
  link: {
1907
1915
  fg: ["200", "800"]
1908
- },
1909
- muted: {
1910
- fg: ["200", "800"]
1911
1916
  }
1912
1917
  }
1913
1918
  },
@@ -1994,8 +1999,11 @@ const defaultColorTokens = {
1994
1999
  bg: ["50", "950"],
1995
2000
  fg: ["200", "800"]
1996
2001
  },
1997
- fg: ["200", "800"],
1998
- icon: ["200", "800"],
2002
+ fg: ["400", "600"],
2003
+ icon: ["300", "700"],
2004
+ muted: {
2005
+ fg: ["400", "600"]
2006
+ },
1999
2007
  kbd: {
2000
2008
  bg: ["white", "black"],
2001
2009
  fg: ["200", "800"],
@@ -2003,9 +2011,6 @@ const defaultColorTokens = {
2003
2011
  },
2004
2012
  link: {
2005
2013
  fg: ["200", "800"]
2006
- },
2007
- muted: {
2008
- fg: ["200", "800"]
2009
2014
  }
2010
2015
  }
2011
2016
  }