canvu-react 0.3.9 → 0.3.10

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/react.cjs CHANGED
@@ -5311,7 +5311,7 @@ function PresenceRemoteLayer({
5311
5311
  const rootTransform = formatCameraTransform(camera);
5312
5312
  const overlayStrokePx = 1.25;
5313
5313
  const LUCIDE_POINTER_VIEWBOX = 24;
5314
- const remoteCursorScreenPx = 15;
5314
+ const remoteCursorScreenPx = 22;
5315
5315
  const iconWorldScale = remoteCursorScreenPx / (LUCIDE_POINTER_VIEWBOX * z);
5316
5316
  return /* @__PURE__ */ jsxRuntime.jsx(
5317
5317
  "svg",
@@ -5375,9 +5375,9 @@ function PresenceRemoteLayer({
5375
5375
  let cursorNode = null;
5376
5376
  if (cur) {
5377
5377
  const displayName = peer.displayName;
5378
- const labelOffsetX = 10 / z;
5379
- const labelOffsetY = 10 / z;
5380
- const labelFont = 10 / z;
5378
+ const labelOffsetX = 14 / z;
5379
+ const labelOffsetY = 14 / z;
5380
+ const labelFont = 12 / z;
5381
5381
  cursorNode = /* @__PURE__ */ jsxRuntime.jsxs("g", { children: [
5382
5382
  /* @__PURE__ */ jsxRuntime.jsx(
5383
5383
  "g",