Sign In

@protolabsai/design

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@protolabsai/design - npm Package Compare versions

Comparing version
0.6.0
to
0.7.0
+7
-3
css/base.css

@@ -29,6 +29,10 @@ /* @protolabsai/design — base layer.

a {
color: inherit;
/* Links read as links via the brand color; the underline is drawn but
* transparent at rest (no layout shift) and revealed on hover. This keeps
* inline-link affordance without a faint always-on underline, and matches
* @protolabsai/vitepress-theme. */
color: var(--pl-color-brand-lavender);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: var(--pl-color-border-strong);
text-decoration-color: transparent;
transition:

@@ -40,3 +44,3 @@ text-decoration-color var(--pl-motion-fast) var(--pl-motion-ease),

a:hover {
text-decoration-color: var(--pl-color-fg);
text-decoration-color: currentColor;
}

@@ -43,0 +47,0 @@

{
"name": "@protolabsai/design",
"version": "0.6.0",
"version": "0.7.0",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public",