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