@justeat/pie-design-tokens
Advanced tools
Comparing version 5.1.0 to 5.2.0
@@ -25,3 +25,3 @@ const { | ||
// Temporary additional CSS output for HSL values of color tokens | ||
const cssOutputHslStart = ':root {\n'; | ||
const cssOutputHslStart = ':root, ::backdrop {\n'; | ||
let cssOutputHsl = ''; | ||
@@ -192,3 +192,3 @@ const cssOutputHslEnd = '}'; | ||
const categoryKeys = Object.keys(themeTokens); | ||
let cssOutput = ':root {\n'; | ||
let cssOutput = ':root, ::backdrop {\n'; | ||
@@ -195,0 +195,0 @@ currentThemeTokens = themeTokens; |
@@ -1771,3 +1771,3 @@ { | ||
}, | ||
"version": "5.1.0" | ||
"version": "5.2.0" | ||
} |
{ | ||
"name": "@justeat/pie-design-tokens", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "Design Tokens for the PIE Component System", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
379303