@mt-gloss/ui 0.1.17 → 0.1.18

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1107,7 +1107,7 @@ const Tt = function({
1107
1107
  {
1108
1108
  className: "gloss-page-chip",
1109
1109
  ref: g,
1110
- style: f === "name" ? { position: "relative" } : { position: "absolute", top: 0, right: 0 },
1110
+ style: f === "name" ? { position: "relative", left: 0, right: "auto", top: 0 } : { position: "absolute", top: 0, right: 0 },
1111
1111
  "data-page-chip": !0,
1112
1112
  children: [
1113
1113
  f !== "name" && /* @__PURE__ */ l(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mt-gloss/ui",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "restricted"