@sanity/assist 1.2.11 → 1.2.12

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/dist/index.esm.js CHANGED
@@ -3623,8 +3623,7 @@ const InlineBlockValueContext = createContext(void 0);
3623
3623
  function AssistInlineFormBlock(props) {
3624
3624
  return /* @__PURE__ */jsx(InlineBlockValueContext.Provider, {
3625
3625
  value: props.value,
3626
- children: /* @__PURE__ */jsx(Box, {
3627
- flex: 1,
3626
+ children: /* @__PURE__ */jsx(Fragment, {
3628
3627
  children: props.renderDefault(props)
3629
3628
  })
3630
3629
  });