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.9.0
to
0.9.1
+4
-3
dist/tokens.css

@@ -73,5 +73,6 @@ /* GENERATED from src/tokens.js by scripts/build.mjs — do not edit by hand. */

/* Light mode — the user's OS preference drives it. Apps inherit automatically;
* marketing pins dark with [data-theme="dark"] below (attribute selectors beat
* this media block on specificity). */
/* Light mode — the user's OS preference drives it, on every surface: apps and
* marketing alike. The explicit [data-theme] force below beats this block on
* specificity, and is for surfaces that ship a theme picker (see applyMode in
* @protolabsai/ui theming.tsx). Marketing does NOT force a theme. */
@media (prefers-color-scheme: light) {

@@ -78,0 +79,0 @@ :root {

{
"name": "@protolabsai/design",
"version": "0.9.0",
"version": "0.9.1",
"publishConfig": {

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