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.js CHANGED
@@ -5304,7 +5304,7 @@ function PresenceRemoteLayer({
5304
5304
  const rootTransform = formatCameraTransform(camera);
5305
5305
  const overlayStrokePx = 1.25;
5306
5306
  const LUCIDE_POINTER_VIEWBOX = 24;
5307
- const remoteCursorScreenPx = 15;
5307
+ const remoteCursorScreenPx = 22;
5308
5308
  const iconWorldScale = remoteCursorScreenPx / (LUCIDE_POINTER_VIEWBOX * z);
5309
5309
  return /* @__PURE__ */ jsx(
5310
5310
  "svg",
@@ -5368,9 +5368,9 @@ function PresenceRemoteLayer({
5368
5368
  let cursorNode = null;
5369
5369
  if (cur) {
5370
5370
  const displayName = peer.displayName;
5371
- const labelOffsetX = 10 / z;
5372
- const labelOffsetY = 10 / z;
5373
- const labelFont = 10 / z;
5371
+ const labelOffsetX = 14 / z;
5372
+ const labelOffsetY = 14 / z;
5373
+ const labelFont = 12 / z;
5374
5374
  cursorNode = /* @__PURE__ */ jsxs("g", { children: [
5375
5375
  /* @__PURE__ */ jsx(
5376
5376
  "g",