sanity 5.6.1-next.4 → 5.7.0-next.7
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/_chunks-es/package.js +1 -1
- package/lib/_chunks-es/version.js +1 -1
- package/lib/index.d.ts +2 -3
- package/lib/index.js +169 -287
- package/lib/index.js.map +1 -1
- package/package.json +13 -13
|
@@ -7,7 +7,7 @@ try {
|
|
|
7
7
|
try {
|
|
8
8
|
buildVersion = buildVersion || // This is replaced by `@sanity/pkg-utils` at build time
|
|
9
9
|
// and must always be references by its full static name, e.g. no optional chaining, no `if (process && process.env)` etc.
|
|
10
|
-
"5.
|
|
10
|
+
"5.7.0-next.7+c59672612e";
|
|
11
11
|
} catch {
|
|
12
12
|
}
|
|
13
13
|
const SANITY_VERSION = buildVersion || `${version}-dev`;
|
package/lib/index.d.ts
CHANGED
|
@@ -4292,9 +4292,6 @@ export declare type DiffProps<T extends Diff = Diff> = {
|
|
|
4292
4292
|
: SchemaType
|
|
4293
4293
|
}
|
|
4294
4294
|
|
|
4295
|
-
/** @internal */
|
|
4296
|
-
export declare const diffResolver: DiffComponentResolver
|
|
4297
|
-
|
|
4298
4295
|
/** @internal */
|
|
4299
4296
|
export declare function DiffString(props: {diff: StringDiff}): JSX.Element
|
|
4300
4297
|
|
|
@@ -14237,6 +14234,8 @@ declare const studioLocaleStrings: {
|
|
|
14237
14234
|
'inputs.reference.strength-mismatch.title': string
|
|
14238
14235
|
/** Label for button that triggers the action that weakens a reference on strength mismatch */
|
|
14239
14236
|
'inputs.reference.strength-mismatch.weaken-button-label': string
|
|
14237
|
+
/** Label for action to clear the current value of the select field */
|
|
14238
|
+
'inputs.select.action.clear': string
|
|
14240
14239
|
/** Action message for generating the slug */
|
|
14241
14240
|
'inputs.slug.action.generate': string
|
|
14242
14241
|
/** Loading message for when the input is actively generating a slug */
|