@brillout/docpress 0.15.13-commit-1d03f73 → 0.15.13-commit-c682b3d

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/css/tooltip.css +6 -1
  2. package/package.json +1 -1
package/css/tooltip.css CHANGED
@@ -38,9 +38,14 @@
38
38
  margin-top: 5px;
39
39
  }
40
40
  /* Show above-left */
41
+ /* Used by:
42
+ * - Copy-to-clipboard button
43
+ * - <UsedBy> component for Vike's landing page
44
+ */
41
45
  [aria-label][data-label-position='top-left']::before {
42
46
  bottom: 100%;
43
47
  margin-bottom: 7px;
44
- transform: translate(calc(-100% + 25px), 0);
48
+ margin-left: calc(50% + 13px);
49
+ transform: translate(-100%, 0);
45
50
  }
46
51
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brillout/docpress",
3
- "version": "0.15.13-commit-1d03f73",
3
+ "version": "0.15.13-commit-c682b3d",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@brillout/picocolors": "^1.0.10",