@sanity/ui 2.0.15 → 2.1.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.
package/dist/theme.esm.js CHANGED
@@ -1793,7 +1793,12 @@ const defaultColorTokens = {
1793
1793
  icon: ["white", "black"]
1794
1794
  }
1795
1795
  },
1796
- bg: ["200", "800"],
1796
+ bg: ["300", "600"],
1797
+ fg: ["300", "600"],
1798
+ muted: {
1799
+ bg: ["300", "600"],
1800
+ fg: ["300", "600"]
1801
+ },
1797
1802
  kbd: {
1798
1803
  bg: ["black", "white"],
1799
1804
  fg: ["white", "black"],
@@ -1894,8 +1899,11 @@ const defaultColorTokens = {
1894
1899
  bg: ["50", "950"],
1895
1900
  fg: ["200", "800"]
1896
1901
  },
1897
- fg: ["200", "800"],
1898
- icon: ["200", "800"],
1902
+ fg: ["400", "600"],
1903
+ icon: ["300", "700"],
1904
+ muted: {
1905
+ fg: ["400", "600"]
1906
+ },
1899
1907
  kbd: {
1900
1908
  bg: ["white", "black"],
1901
1909
  fg: ["200", "800"],
@@ -1903,9 +1911,6 @@ const defaultColorTokens = {
1903
1911
  },
1904
1912
  link: {
1905
1913
  fg: ["200", "800"]
1906
- },
1907
- muted: {
1908
- fg: ["200", "800"]
1909
1914
  }
1910
1915
  }
1911
1916
  },
@@ -1992,8 +1997,11 @@ const defaultColorTokens = {
1992
1997
  bg: ["50", "950"],
1993
1998
  fg: ["200", "800"]
1994
1999
  },
1995
- fg: ["200", "800"],
1996
- icon: ["200", "800"],
2000
+ fg: ["400", "600"],
2001
+ icon: ["300", "700"],
2002
+ muted: {
2003
+ fg: ["400", "600"]
2004
+ },
1997
2005
  kbd: {
1998
2006
  bg: ["white", "black"],
1999
2007
  fg: ["200", "800"],
@@ -2001,9 +2009,6 @@ const defaultColorTokens = {
2001
2009
  },
2002
2010
  link: {
2003
2011
  fg: ["200", "800"]
2004
- },
2005
- muted: {
2006
- fg: ["200", "800"]
2007
2012
  }
2008
2013
  }
2009
2014
  }