@dxos/react-ui 0.3.4-next.90fec5e → 0.3.5-main.927500d
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.
|
@@ -201,6 +201,7 @@ var AvatarFrame = /* @__PURE__ */ forwardRef(({ classNames, children, ...props }
|
|
|
201
201
|
})), children, variant === "circle" ? /* @__PURE__ */ React2.createElement("circle", {
|
|
202
202
|
className: "avatarFrameStroke fill-transparent stroke-[var(--surface-bg)]",
|
|
203
203
|
strokeWidth,
|
|
204
|
+
fill: "none",
|
|
204
205
|
cx: imageSizeNumber / 2,
|
|
205
206
|
cy: imageSizeNumber / 2,
|
|
206
207
|
r: imageSizeNumber / 2 - strokeWidth / 4
|
|
@@ -209,6 +210,7 @@ var AvatarFrame = /* @__PURE__ */ forwardRef(({ classNames, children, ...props }
|
|
|
209
210
|
strokeWidth,
|
|
210
211
|
x: strokeWidth / 4,
|
|
211
212
|
y: strokeWidth / 4,
|
|
213
|
+
fill: "none",
|
|
212
214
|
rx,
|
|
213
215
|
width: imageSizeNumber - strokeWidth / 4,
|
|
214
216
|
height: imageSizeNumber - strokeWidth / 4
|