@primer/primitives
Advanced tools
Comparing version 0.0.0-20241224091925 to 0.0.0-20250114134249
@@ -128,16 +128,2 @@ { | ||
}, | ||
"base-duration-75": { | ||
"filePath": "src/tokens/base/motion/timing.json5", | ||
"isSource": true, | ||
"original": { | ||
"$value": "75ms", | ||
"$type": "duration" | ||
}, | ||
"name": "base-duration-75", | ||
"attributes": {}, | ||
"path": ["base", "duration", "75"], | ||
"key": "{base.duration.75}", | ||
"value": "75ms", | ||
"type": "duration" | ||
}, | ||
"base-duration-800": { | ||
@@ -207,3 +193,3 @@ "filePath": "src/tokens/base/motion/timing.json5", | ||
"original": { | ||
"$value": [0.16, 1, 0.3, 1], | ||
"$value": [0.3, 0.8, 0.6, 1], | ||
"$type": "cubicBezier", | ||
@@ -216,3 +202,3 @@ "$description": "Ideal for movement that starts off the page and ends on the page." | ||
"key": "{base.easing.easeOut}", | ||
"value": [0.16, 1, 0.3, 1], | ||
"value": [0.3, 0.8, 0.6, 1], | ||
"type": "cubicBezier", | ||
@@ -219,0 +205,0 @@ "description": "Ideal for movement that starts off the page and ends on the page." |
{ | ||
"--base-easing-linear": [0, 0, 1, 1], | ||
"--base-easing-easeIn": [0.7, 0.1, 0.75, 0.9], | ||
"--base-easing-easeOut": [0.16, 1, 0.3, 1], | ||
"--base-easing-easeOut": [0.3, 0.8, 0.6, 1], | ||
"--base-easing-easeInOut": [0.6, 0, 0.2, 1], | ||
"--base-duration-0": "0ms", | ||
"--base-duration-75": "75ms", | ||
"--base-duration-100": "100ms", | ||
@@ -9,0 +8,0 @@ "--base-duration-200": "200ms", |
@@ -128,16 +128,2 @@ { | ||
}, | ||
"base-duration-75": { | ||
"$value": "75ms", | ||
"$type": "duration", | ||
"filePath": "src/tokens/base/motion/timing.json5", | ||
"isSource": true, | ||
"original": { | ||
"$value": "75ms", | ||
"$type": "duration" | ||
}, | ||
"name": "base-duration-75", | ||
"attributes": {}, | ||
"path": ["base", "duration", "75"], | ||
"key": "{base.duration.75}" | ||
}, | ||
"base-duration-800": { | ||
@@ -204,3 +190,3 @@ "$value": "800ms", | ||
"base-easing-easeOut": { | ||
"$value": [0.16, 1, 0.3, 1], | ||
"$value": [0.3, 0.8, 0.6, 1], | ||
"$type": "cubicBezier", | ||
@@ -211,3 +197,3 @@ "$description": "Ideal for movement that starts off the page and ends on the page.", | ||
"original": { | ||
"$value": [0.16, 1, 0.3, 1], | ||
"$value": [0.3, 0.8, 0.6, 1], | ||
"$type": "cubicBezier", | ||
@@ -214,0 +200,0 @@ "$description": "Ideal for movement that starts off the page and ends on the page." |
{ | ||
"name": "@primer/primitives", | ||
"version": "0.0.0-20241224091925", | ||
"version": "0.0.0-20250114134249", | ||
"description": "Typography, spacing, and color primitives for Primer design system", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14638148
480944