@leaflink/stash 44.0.0-beta.8 → 44.0.0-beta.9

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/package.json +1 -1
  2. package/styles/base.css +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflink/stash",
3
- "version": "44.0.0-beta.8",
3
+ "version": "44.0.0-beta.9",
4
4
  "description": "LeafLink's design system.",
5
5
  "homepage": "https://stash.leaflink.com",
6
6
  "main": "./dist/index.ts",
package/styles/base.css CHANGED
@@ -675,7 +675,7 @@
675
675
  transform: translateX(-50%);
676
676
 
677
677
  &::after {
678
- left: calc(#{$arrow-position-centered} + calc(var(--offset) * -1px));
678
+ left: calc(var(--arrow-position-centered) + calc(var(--offset) * -1px));
679
679
  }
680
680
  }
681
681