sanity 5.3.0-next.76 → 5.3.0-next.78

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.
@@ -1,4 +1,4 @@
1
- var version = "5.3.0-next.76+39d01342e2", peerDependencies = {
1
+ var version = "5.3.0-next.78+5542657d5d", peerDependencies = {
2
2
  "styled-components": "^6.1.15"
3
3
  };
4
4
  export {
@@ -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.3.0-next.76+39d01342e2";
10
+ "5.3.0-next.78+5542657d5d";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/lib/index.js CHANGED
@@ -78766,7 +78766,7 @@ function resolveSource$1({
78766
78766
  enhancedObjectDialog: {
78767
78767
  enabled: enhancedObjectDialogEnabledReducer({
78768
78768
  config,
78769
- initialValue: !1
78769
+ initialValue: !0
78770
78770
  })
78771
78771
  }
78772
78772
  },