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.5.0
to
0.5.1
+2
-0
dist/tokens.css

@@ -41,2 +41,3 @@ /* GENERATED from src/tokens.js by scripts/build.mjs — do not edit by hand. */

--pl-font-weight-medium: 500;
--pl-font-weight-semibold: 600;
--pl-radius: 4px;

@@ -47,2 +48,3 @@ --pl-space-1: 4px;

--pl-space-4: 16px;
--pl-space-5: 20px;
--pl-space-6: 24px;

@@ -49,0 +51,0 @@ --pl-space-8: 32px;

+3
-1

@@ -50,3 +50,4 @@ {

"body": "440",
"medium": "500"
"medium": "500",
"semibold": "600"
}

@@ -60,2 +61,3 @@ },

"4": "16px",
"5": "20px",
"6": "24px",

@@ -62,0 +64,0 @@ "8": "32px",

{
"name": "@protolabsai/design",
"version": "0.5.0",
"version": "0.5.1",
"publishConfig": {

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

@@ -80,6 +80,6 @@ /**

lineHeightHeading: "1.2",
weight: { body: "440", medium: "500" }, // Geist 400 reads thin on dark — a subtle lift, not bold
weight: { body: "440", medium: "500", semibold: "600" }, // Geist 400 reads thin on dark — a subtle lift, not bold
},
radius: "4px", // reads engineered; never 0, never bubbly
space: { 1: "4px", 2: "8px", 3: "12px", 4: "16px", 6: "24px", 8: "32px", 12: "48px" },
space: { 1: "4px", 2: "8px", 3: "12px", 4: "16px", 5: "20px", 6: "24px", 8: "32px", 12: "48px" },
borderWidth: "1px",

@@ -86,0 +86,0 @@ motion: {