sanity 5.26.1-next.2 → 5.26.1-next.3
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/version.js +2 -2
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/package.json +11 -11
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var version = "5.26.1-next.
|
|
1
|
+
var version = "5.26.1-next.3";
|
|
2
2
|
let buildVersion;
|
|
3
3
|
try {
|
|
4
4
|
buildVersion = process.env.PKG_BUILD_VERSION;
|
|
@@ -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.26.1-next.
|
|
10
|
+
"5.26.1-next.3";
|
|
11
11
|
} catch {
|
|
12
12
|
}
|
|
13
13
|
const SANITY_VERSION = buildVersion || `${version}-dev`;
|
package/lib/index.js
CHANGED
|
@@ -72938,7 +72938,7 @@ const HighlightDiv = /* @__PURE__ */ styled(motion.div).withConfig({
|
|
|
72938
72938
|
}), FieldStack = styled(Stack).withConfig({
|
|
72939
72939
|
displayName: "FieldStack",
|
|
72940
72940
|
componentId: "sc-xeguza-1"
|
|
72941
|
-
})`position:relative
|
|
72941
|
+
})`position:relative;&:empty:not([hidden]){display:none;}`;
|
|
72942
72942
|
function CommentFieldInner(props2) {
|
|
72943
72943
|
const $ = c(85), {
|
|
72944
72944
|
mode
|