@mt-gloss/ui 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/index.js +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2374,6 +2374,7 @@ function gn({
2374
2374
  className: ["gloss-spillover-arc", a].filter(Boolean).join(" "),
2375
2375
  "data-testid": "gloss-spillover-arc",
2376
2376
  "aria-hidden": "true",
2377
+ overflow: "visible",
2377
2378
  style: { position: "absolute", inset: 0, pointerEvents: "none", ...r },
2378
2379
  children: e.map((s, o) => /* @__PURE__ */ c(
2379
2380
  "path",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mt-gloss/ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "restricted"