@sanity/ui 2.0.0-gamma.1 → 2.0.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.js CHANGED
@@ -1891,6 +1891,7 @@ function themeColor_v2_v0(color_v2) {
1891
1891
  ...color_v2.button.default,
1892
1892
  transparent: color_v2.button.default.default
1893
1893
  },
1894
+ selectable: color_v2.selectable,
1894
1895
  spot: {
1895
1896
  gray: color_v2.avatar.gray.bg,
1896
1897
  blue: color_v2.avatar.blue.bg,
@@ -2169,7 +2170,7 @@ const defaultColorTokens = {
2169
2170
  fg: ["white", "black"]
2170
2171
  }
2171
2172
  },
2172
- backdrop: ["gray/200/0.2", "black/0.5"],
2173
+ backdrop: ["gray/200/0.5", "black/0.5"],
2173
2174
  badge: {
2174
2175
  "*": {
2175
2176
  bg: ["100", "900"],