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/realtime.cjs CHANGED
@@ -102,7 +102,7 @@ function PresenceRemoteLayer({
102
102
  const rootTransform = formatCameraTransform(camera);
103
103
  const overlayStrokePx = 1.25;
104
104
  const LUCIDE_POINTER_VIEWBOX = 24;
105
- const remoteCursorScreenPx = 15;
105
+ const remoteCursorScreenPx = 22;
106
106
  const iconWorldScale = remoteCursorScreenPx / (LUCIDE_POINTER_VIEWBOX * z);
107
107
  return /* @__PURE__ */ jsxRuntime.jsx(
108
108
  "svg",
@@ -166,9 +166,9 @@ function PresenceRemoteLayer({
166
166
  let cursorNode = null;
167
167
  if (cur) {
168
168
  const displayName = peer.displayName;
169
- const labelOffsetX = 10 / z;
170
- const labelOffsetY = 10 / z;
171
- const labelFont = 10 / z;
169
+ const labelOffsetX = 14 / z;
170
+ const labelOffsetY = 14 / z;
171
+ const labelFont = 12 / z;
172
172
  cursorNode = /* @__PURE__ */ jsxRuntime.jsxs("g", { children: [
173
173
  /* @__PURE__ */ jsxRuntime.jsx(
174
174
  "g",