@ngrok/mantle 0.9.1 → 0.10.0

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/assets/mantle.css +17 -0
  2. package/package.json +1 -1
package/assets/mantle.css CHANGED
@@ -1618,4 +1618,21 @@
1618
1618
  100% 14px;
1619
1619
  background-attachment: local, local, scroll, scroll;
1620
1620
  }
1621
+
1622
+ .nav-scroll-shadow {
1623
+ background:
1624
+ /* Shadow Cover TOP */
1625
+ linear-gradient(hsl(var(--bg-popover)) 30%, hsl(var(--bg-popover) / 0%)) center top,
1626
+ /* Shadow Cover BOTTOM */ linear-gradient(hsl(var(--bg-popover) / 0%), hsl(var(--bg-popover)) 70%) center bottom,
1627
+ /* Shadow TOP */ radial-gradient(farthest-side at 50% 0, var(--navigation-shadow), rgb(0 0 0 / 0%)) center top,
1628
+ /* Shadow BOTTOM */ radial-gradient(farthest-side at 50% 100%, var(--navigation-shadow), rgb(0 0 0 / 0%)) center
1629
+ bottom;
1630
+ background-repeat: no-repeat;
1631
+ background-size:
1632
+ 100% 40px,
1633
+ 100% 40px,
1634
+ 100% 14px,
1635
+ 100% 14px;
1636
+ background-attachment: local, local, scroll, scroll;
1637
+ }
1621
1638
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "mantle is ngrok's UI library and design system.",
4
4
  "author": "ngrok",
5
5
  "license": "MIT",
6
- "version": "0.9.1",
6
+ "version": "0.10.0",
7
7
  "homepage": "https://mantle.ngrok.com",
8
8
  "repository": {
9
9
  "type": "git",