@code-hike/smooth-code
Advanced tools
Comparing version 0.3.0--canary.111.a1cf9e4.0 to 0.3.0--canary.116.0186a87.0
@@ -1135,3 +1135,3 @@ 'use strict'; | ||
var htmlProps = _a.htmlProps, style = _a.style, children = _a.children; | ||
return (React__default['default'].createElement("pre", __assign({}, htmlProps, { style: __assign(__assign({ margin: 0 }, style), htmlProps === null || htmlProps === void 0 ? void 0 : htmlProps.style), children: children }))); | ||
return (React__default['default'].createElement("pre", __assign({}, htmlProps, { style: __assign(__assign({ margin: 0, padding: 0 }, style), htmlProps === null || htmlProps === void 0 ? void 0 : htmlProps.style), children: children }))); | ||
} | ||
@@ -1138,0 +1138,0 @@ |
@@ -1127,3 +1127,3 @@ import React from 'react'; | ||
var htmlProps = _a.htmlProps, style = _a.style, children = _a.children; | ||
return (React.createElement("pre", __assign({}, htmlProps, { style: __assign(__assign({ margin: 0 }, style), htmlProps === null || htmlProps === void 0 ? void 0 : htmlProps.style), children: children }))); | ||
return (React.createElement("pre", __assign({}, htmlProps, { style: __assign(__assign({ margin: 0, padding: 0 }, style), htmlProps === null || htmlProps === void 0 ? void 0 : htmlProps.style), children: children }))); | ||
} | ||
@@ -1130,0 +1130,0 @@ |
{ | ||
"name": "@code-hike/smooth-code", | ||
"version": "0.3.0--canary.111.a1cf9e4.0", | ||
"version": "0.3.0--canary.116.0186a87.0", | ||
"main": "dist/index.cjs.js", | ||
@@ -18,3 +18,3 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@code-hike/script": "0.3.0--canary.111.a1cf9e4.0", | ||
"@code-hike/script": "0.3.0--canary.116.0186a87.0", | ||
"@types/diff": "^4.0.2", | ||
@@ -28,4 +28,4 @@ "@types/jest": "^24.0.15", | ||
"dependencies": { | ||
"@code-hike/highlighter": "0.3.0--canary.111.a1cf9e4.0", | ||
"@code-hike/utils": "0.3.0--canary.111.a1cf9e4.0", | ||
"@code-hike/highlighter": "0.3.0--canary.116.0186a87.0", | ||
"@code-hike/utils": "0.3.0--canary.116.0186a87.0", | ||
"diff": "^4.0.2", | ||
@@ -51,3 +51,3 @@ "use-spring": "^0.2.3" | ||
}, | ||
"gitHead": "a1cf9e4fed74ec7d6353db38b3c85547c1c64607" | ||
"gitHead": "0186a8722f3e14c54e147a04d3911ba83ba817e6" | ||
} |
116686
+ Added@code-hike/highlighter@0.3.0--canary.116.0186a87.0(transitive)
+ Added@code-hike/utils@0.3.0--canary.116.0186a87.0(transitive)
- Removed@code-hike/highlighter@0.3.0--canary.111.a1cf9e4.0(transitive)
- Removed@code-hike/utils@0.3.0--canary.111.a1cf9e4.0(transitive)