Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@theme-ui/preset-base

Package Overview
Dependencies
Maintainers
3
Versions
422
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theme-ui/preset-base - npm Package Compare versions

Comparing version 0.4.0-rc.5 to 0.5.0-alpha.0

.rts2_cache_cjs/rpt2_ebf6d2245dd50a56f3951de5c9ac7de41bbe83ef/code/cache_/49bd8253b1955b31f2f34c58faf02e95272f417a

42

dist/index.modern.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc