@cloudflare/style-const
Advanced tools
Comparing version
@@ -11,3 +11,3 @@ 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; } | ||
import colorsV2 from './darkScalesV2'; | ||
var background = colorsV1.gray[9]; | ||
var background = '#0a0a0a'; | ||
var text = colorsV2.gray[0]; | ||
@@ -14,0 +14,0 @@ export default _objectSpread(_objectSpread({}, colorsV1), {}, { |
@@ -20,3 +20,3 @@ "use strict"; | ||
var background = _darkScalesV.default.gray[9]; | ||
var background = '#0a0a0a'; | ||
var text = _darkScalesV2.default.gray[0]; | ||
@@ -23,0 +23,0 @@ |
{ | ||
"name": "@cloudflare/style-const", | ||
"description": "Cloudflare Style Constants", | ||
"version": "5.10.1", | ||
"version": "5.11.0", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
Sorry, the diff of this file is too big to display
187775
0.03%