sanity 6.1.0-next.30 → 6.1.0-next.31

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 = "6.1.0-next.30+61faa9f67b";
1
+ var version = "6.1.0-next.31+528b0c3105";
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
- "6.1.0-next.30+61faa9f67b";
10
+ "6.1.0-next.31+528b0c3105";
11
11
  } catch {
12
12
  }
13
13
  const SANITY_VERSION = buildVersion || `${version}-dev`;
package/lib/index.js CHANGED
@@ -32111,7 +32111,7 @@ const DefaultComponent$1 = (props2) => {
32111
32111
  $isFullscreen,
32112
32112
  $isOneLine,
32113
32113
  theme
32114
- }) => $isOneLine ? "0" : theme.sanity.space[$isFullscreen ? 9 : 5]}px;& > .pt-block{margin:0 auto;max-width:${(props2) => getTheme_v2(props2.theme).container[1]}px;}& .pt-drop-indicator{pointer-events:none;border:1px solid var(--card-focus-ring-color) !important;height:0px !important;border-radius:${(props2) => getTheme_v2(props2.theme).radius[2]}px;margin-top:-3px;left:calc( ${({
32114
+ }) => $isOneLine ? "0" : theme.sanity.space[$isFullscreen ? 9 : 5]}px;& > [data-pt-block]{margin:0 auto;max-width:${(props2) => getTheme_v2(props2.theme).container[1]}px;}& .pt-drop-indicator{pointer-events:none;border:1px solid var(--card-focus-ring-color) !important;height:0px !important;border-radius:${(props2) => getTheme_v2(props2.theme).radius[2]}px;margin-top:-3px;left:calc( ${({
32115
32115
  $isFullscreen,
32116
32116
  theme
32117
32117
  }) => $isFullscreen ? rem(theme.sanity.space[5]) : rem(theme.sanity.space[3])} - 1px );right:calc( ${({