@sanity/ui 2.12.3 → 2.12.4

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.mjs CHANGED
@@ -1329,8 +1329,6 @@ function v0_v2(v0) {
1329
1329
  button,
1330
1330
  color: color2,
1331
1331
  container,
1332
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
1333
- focusRing: _unused_focusRing,
1334
1332
  fonts: font,
1335
1333
  input,
1336
1334
  layer,
@@ -2517,7 +2515,6 @@ function resolveSelectableStateColorTokens(inputTokens, tone, state) {
2517
2515
  }
2518
2516
  function buildColorTheme(config) {
2519
2517
  const resolvedConfig = {
2520
- ...config,
2521
2518
  color: resolveColorTokens(config?.color)
2522
2519
  };
2523
2520
  return {