@cloudflare/style-const
Advanced tools
Comparing version 5.7.0 to 5.7.1
@@ -86,4 +86,4 @@ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; } | ||
focus: { | ||
text, | ||
background | ||
text: colorsV2.blue[3], | ||
background: colorsV2.blue[9] | ||
} | ||
@@ -90,0 +90,0 @@ }, |
@@ -96,4 +96,4 @@ "use strict"; | ||
focus: { | ||
text: text, | ||
background: background | ||
text: _darkScalesV2.default.blue[3], | ||
background: _darkScalesV2.default.blue[9] | ||
} | ||
@@ -100,0 +100,0 @@ }, |
{ | ||
"name": "@cloudflare/style-const", | ||
"description": "Cloudflare Style Constants", | ||
"version": "5.7.0", | ||
"version": "5.7.1", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
Sorry, the diff of this file is too big to display
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
184024