canvu-react 0.3.22 → 0.3.24
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/index.cjs +18 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +18 -9
- package/dist/index.js.map +1 -1
- package/dist/react.cjs +73 -52
- package/dist/react.cjs.map +1 -1
- package/dist/react.js +73 -52
- package/dist/react.js.map +1 -1
- package/dist/realtime.cjs +1 -6
- package/dist/realtime.cjs.map +1 -1
- package/dist/realtime.js +1 -6
- package/dist/realtime.js.map +1 -1
- package/package.json +1 -1
package/dist/realtime.js
CHANGED
|
@@ -178,9 +178,7 @@ function PresenceRemoteLayer({
|
|
|
178
178
|
size: LUCIDE_POINTER_VIEWBOX,
|
|
179
179
|
color,
|
|
180
180
|
fill: color,
|
|
181
|
-
stroke: "
|
|
182
|
-
strokeWidth: 1.25,
|
|
183
|
-
absoluteStrokeWidth: true,
|
|
181
|
+
stroke: "none",
|
|
184
182
|
"aria-hidden": true
|
|
185
183
|
}
|
|
186
184
|
)
|
|
@@ -192,9 +190,6 @@ function PresenceRemoteLayer({
|
|
|
192
190
|
x: cur.x + labelOffsetX,
|
|
193
191
|
y: cur.y + labelOffsetY,
|
|
194
192
|
fill: color,
|
|
195
|
-
stroke: "#ffffff",
|
|
196
|
-
strokeWidth: 2.5 / z,
|
|
197
|
-
paintOrder: "stroke",
|
|
198
193
|
style: {
|
|
199
194
|
fontSize: labelFont,
|
|
200
195
|
fontFamily: "system-ui, sans-serif",
|