@ngrok/mantle 0.1.7 → 0.1.8

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.
package/assets/mantle.css CHANGED
@@ -1405,6 +1405,11 @@
1405
1405
  --shadow-second: 100%;
1406
1406
  }
1407
1407
 
1408
+ ::selection {
1409
+ color: #fff;
1410
+ background: hsl(var(--blue-600));
1411
+ }
1412
+
1408
1413
  /**
1409
1414
  * prism.js default theme for JavaScript, CSS and HTML
1410
1415
  * Based on dabblet (http://dabblet.com)
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.1.7",
6
+ "version": "0.1.8",
7
7
  "homepage": "https://mantle.ngrok.com",
8
8
  "repository": {
9
9
  "type": "git",