@dxos/react-ui-canvas-compute 0.8.4-staging.60fe92afc8 → 0.9.1-main.c7dcc2e112

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.
@@ -1926,7 +1926,7 @@ var SurfaceComponent = ({ shape }) => {
1926
1926
  shape,
1927
1927
  onAction: handleAction
1928
1928
  }, /* @__PURE__ */ React20.createElement(Card.Root, null, value !== null && /* @__PURE__ */ React20.createElement(Surface.Surface, {
1929
- type: AppSurface.Card,
1929
+ type: AppSurface.CardContent,
1930
1930
  data: {
1931
1931
  subject: value
1932
1932
  },