@servicetitan/tokens
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -89,2 +89,9 @@ declare const tokens: { | ||
colorMagenta600: string; | ||
durationNone: string; | ||
durationFast: string; | ||
durationStandard: string; | ||
durationSlow: string; | ||
easingStandard: string; | ||
easingIn: string; | ||
easingOut: string; | ||
fontWeightRegular: string; | ||
@@ -91,0 +98,0 @@ fontWeightBold: string; |
@@ -92,2 +92,9 @@ "use strict"; | ||
colorMagenta600: 'rgb(125, 22, 91)', | ||
durationNone: '0ms', | ||
durationFast: '100ms', | ||
durationStandard: '200ms', | ||
durationSlow: '300ms', | ||
easingStandard: 'cubic-bezier(.4, 0, .2, 1)', | ||
easingIn: 'cubic-bezier(.4, 0, 1, 1)', | ||
easingOut: 'cubic-bezier(0, 0, .4, 1)', | ||
fontWeightRegular: '400', | ||
@@ -94,0 +101,0 @@ fontWeightBold: '600', |
@@ -91,2 +91,9 @@ // Source: tokens | ||
colorMagenta600: 'rgb(125, 22, 91)', | ||
durationNone: '0ms', | ||
durationFast: '100ms', | ||
durationStandard: '200ms', | ||
durationSlow: '300ms', | ||
easingStandard: 'cubic-bezier(.4, 0, .2, 1)', | ||
easingIn: 'cubic-bezier(.4, 0, 1, 1)', | ||
easingOut: 'cubic-bezier(0, 0, .4, 1)', | ||
fontWeightRegular: '400', | ||
@@ -93,0 +100,0 @@ fontWeightBold: '600', |
{ | ||
"name": "@servicetitan/tokens", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "", | ||
@@ -26,3 +26,3 @@ "main": "./dist/tokens.js", | ||
}, | ||
"gitHead": "b79544b168f8bef20a9900e29b11e565f96c7b28" | ||
"gitHead": "c47ee7aa4f613ce0773d94f166252c80f042ad91" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
112427
17
2859
1