@theme-ui/preset-base
Advanced tools
Comparing version 0.4.0-rc.5 to 0.5.0-alpha.0
@@ -0,1 +1,19 @@ | ||
function _extends() { | ||
_extends = Object.assign || function (target) { | ||
for (var i = 1; i < arguments.length; i++) { | ||
var source = arguments[i]; | ||
for (var key in source) { | ||
if (Object.prototype.hasOwnProperty.call(source, key)) { | ||
target[key] = source[key]; | ||
} | ||
} | ||
} | ||
return target; | ||
}; | ||
return _extends.apply(this, arguments); | ||
} | ||
const heading = { | ||
@@ -37,20 +55,20 @@ color: 'text', | ||
}, | ||
h1: { ...heading, | ||
h1: _extends({}, heading, { | ||
fontSize: 5 | ||
}, | ||
h2: { ...heading, | ||
}), | ||
h2: _extends({}, heading, { | ||
fontSize: 4 | ||
}, | ||
h3: { ...heading, | ||
}), | ||
h3: _extends({}, heading, { | ||
fontSize: 3 | ||
}, | ||
h4: { ...heading, | ||
}), | ||
h4: _extends({}, heading, { | ||
fontSize: 2 | ||
}, | ||
h5: { ...heading, | ||
}), | ||
h5: _extends({}, heading, { | ||
fontSize: 1 | ||
}, | ||
h6: { ...heading, | ||
}), | ||
h6: _extends({}, heading, { | ||
fontSize: 0 | ||
}, | ||
}), | ||
p: { | ||
@@ -57,0 +75,0 @@ color: 'text', |
{ | ||
"name": "@theme-ui/preset-base", | ||
"version": "0.4.0-rc.5", | ||
"version": "0.5.0-alpha.0", | ||
"main": "dist/index.js", | ||
@@ -19,3 +19,3 @@ "module": "dist/index.esm.js", | ||
}, | ||
"gitHead": "73f152a13647cae8f7e27c22fc9efd4a76e3c955" | ||
"gitHead": "4a277d27fcae7d070af2b03ea82365eb89ae5bbc" | ||
} |
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
41998
61
657