sanity 5.1.0-next.6 → 5.1.0-next.8
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/pane.js +1 -1
- package/lib/_chunks-es/pane.js.map +1 -1
- package/lib/_chunks-es/version.js +1 -1
- package/lib/index.d.ts +6 -0
- package/lib/index.js +5 -1
- package/lib/index.js.map +1 -1
- package/package.json +14 -14
package/lib/_chunks-es/pane.js
CHANGED
|
@@ -5454,7 +5454,7 @@ function AlreadyPublished(t0) {
|
|
|
5454
5454
|
timeSincePublished
|
|
5455
5455
|
}), $[1] = t, $[2] = timeSincePublished, $[3] = t2) : t2 = $[3];
|
|
5456
5456
|
let t3;
|
|
5457
|
-
return $[4] !== t2 ? (t3 = /* @__PURE__ */ jsx(
|
|
5457
|
+
return $[4] !== t2 ? (t3 = /* @__PURE__ */ jsx(Text, { children: t2 }), $[4] = t2, $[5] = t3) : t3 = $[5], t3;
|
|
5458
5458
|
}
|
|
5459
5459
|
const usePublishAction = (props) => {
|
|
5460
5460
|
const $ = c(79), {
|