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.cjs
CHANGED
|
@@ -180,9 +180,7 @@ function PresenceRemoteLayer({
|
|
|
180
180
|
size: LUCIDE_POINTER_VIEWBOX,
|
|
181
181
|
color,
|
|
182
182
|
fill: color,
|
|
183
|
-
stroke: "
|
|
184
|
-
strokeWidth: 1.25,
|
|
185
|
-
absoluteStrokeWidth: true,
|
|
183
|
+
stroke: "none",
|
|
186
184
|
"aria-hidden": true
|
|
187
185
|
}
|
|
188
186
|
)
|
|
@@ -194,9 +192,6 @@ function PresenceRemoteLayer({
|
|
|
194
192
|
x: cur.x + labelOffsetX,
|
|
195
193
|
y: cur.y + labelOffsetY,
|
|
196
194
|
fill: color,
|
|
197
|
-
stroke: "#ffffff",
|
|
198
|
-
strokeWidth: 2.5 / z,
|
|
199
|
-
paintOrder: "stroke",
|
|
200
195
|
style: {
|
|
201
196
|
fontSize: labelFont,
|
|
202
197
|
fontFamily: "system-ui, sans-serif",
|