@sanity/schema 6.10.2-next.25 → 6.11.0-next.107

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/lib/_internal.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a as DEFAULT_MAX_FIELD_DEPTH, c as ALL_FIELDS_GROUP_NAME, l as OWN_PROPS_NAME, n as Schema$1, o as resolveSearchConfig, s as resolveSearchConfigForBaseFieldPaths, u as Rule } from "./Schema-BckCkziq.js";
1
+ import { c as resolveSearchConfig, d as OWN_PROPS_NAME, f as Rule, l as resolveSearchConfigForBaseFieldPaths, n as Schema$1, s as DEFAULT_MAX_FIELD_DEPTH, u as ALL_FIELDS_GROUP_NAME } from "./Schema-ClAx8eCc.js";
2
2
  import { SetBuilder, processSetSynchronization } from "@sanity/descriptors";
3
3
  import { isSpanSchemaType } from "@sanity/types";
4
4
  import isEqual from "lodash-es/isEqual.js";
@@ -1719,7 +1719,8 @@ const getTypeOf = (thing) => Array.isArray(thing) ? "array" : typeof thing, quot
1719
1719
  "title",
1720
1720
  "value",
1721
1721
  "icon",
1722
- "component"
1722
+ "component",
1723
+ "i18nTitleKey"
1723
1724
  ], allowedDecoratorKeys = [
1724
1725
  "blockEditor",
1725
1726
  "title",
@@ -1731,7 +1732,8 @@ const getTypeOf = (thing) => Array.isArray(thing) ? "array" : typeof thing, quot
1731
1732
  "title",
1732
1733
  "value",
1733
1734
  "icon",
1734
- "component"
1735
+ "component",
1736
+ "i18nTitleKey"
1735
1737
  ], supportedBuiltInObjectTypes = [
1736
1738
  "file",
1737
1739
  "image",