@theme-ui/preset-deep
Advanced tools
Comparing version 0.4.0-alpha.0 to 0.4.0-alpha.1
@@ -1,2 +0,2 @@ | ||
declare const _default: { | ||
export declare const deep: { | ||
colors: { | ||
@@ -151,2 +151,2 @@ text: string; | ||
}; | ||
export default _default; | ||
export default deep; |
@@ -6,3 +6,3 @@ var heading = { | ||
}; | ||
var index = { | ||
var deep = { | ||
colors: { | ||
@@ -154,3 +154,4 @@ text: 'hsl(210, 50%, 96%)', | ||
export default index; | ||
export default deep; | ||
export { deep }; | ||
//# sourceMappingURL=index.esm.js.map |
@@ -6,3 +6,3 @@ var heading = { | ||
}; | ||
var index = { | ||
var deep = { | ||
colors: { | ||
@@ -154,3 +154,4 @@ text: 'hsl(210, 50%, 96%)', | ||
module.exports = index; | ||
exports.deep = deep; | ||
exports.default = deep; | ||
//# sourceMappingURL=index.js.map |
(function (global, factory) { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : | ||
typeof define === 'function' && define.amd ? define(factory) : | ||
(global.presetDeep = factory()); | ||
}(this, (function () { | ||
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : | ||
typeof define === 'function' && define.amd ? define(['exports'], factory) : | ||
(factory((global.presetDeep = {}))); | ||
}(this, (function (exports) { | ||
var heading = { | ||
@@ -11,3 +11,3 @@ fontFamily: 'heading', | ||
}; | ||
var index = { | ||
var deep = { | ||
colors: { | ||
@@ -159,5 +159,6 @@ text: 'hsl(210, 50%, 96%)', | ||
return index; | ||
exports.deep = deep; | ||
exports.default = deep; | ||
}))); | ||
//# sourceMappingURL=index.umd.js.map |
{ | ||
"name": "@theme-ui/preset-deep", | ||
"version": "0.4.0-alpha.0", | ||
"version": "0.4.0-alpha.1", | ||
"main": "dist/index.js", | ||
@@ -17,3 +17,3 @@ "module": "dist/index.esm.js", | ||
}, | ||
"gitHead": "fbdd88ea280c0d9880d39a114cb6d19f0d4da2ca" | ||
"gitHead": "3017092f4790b1f83259ce2f638619906840dd51" | ||
} |
@@ -7,3 +7,3 @@ const heading = { | ||
export default { | ||
export const deep = { | ||
colors: { | ||
@@ -155,1 +155,3 @@ text: 'hsl(210, 50%, 96%)', | ||
} | ||
export default deep |
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
72288
453
775