@react-fluent-edit/core
Advanced tools
Comparing version 3.2.0 to 3.2.1-next.0
@@ -5,4 +5,4 @@ "use strict"; | ||
const Placeholder = ({ attributes, children }) => { | ||
return ((0, jsx_runtime_1.jsx)("span", Object.assign({}, attributes, { style: Object.assign(Object.assign({}, attributes.style), { fontWeight: 400, textAlign: "left" }) }, { children: children }))); | ||
return ((0, jsx_runtime_1.jsx)("span", Object.assign({}, attributes, { style: Object.assign(Object.assign({}, attributes.style), { top: 0 }) }, { children: children }))); | ||
}; | ||
exports.default = Placeholder; |
{ | ||
"name": "@react-fluent-edit/core", | ||
"version": "3.2.0", | ||
"version": "3.2.1-next.0", | ||
"license": "MIT", | ||
@@ -27,4 +27,5 @@ "description": "Slate based editor powered by plugins", | ||
}, | ||
"stableVersion": "3.2.1", | ||
"module": "./index.js", | ||
"types": "./index.d.ts" | ||
} |
import { jsx as _jsx } from "react/jsx-runtime"; | ||
const Placeholder = ({ attributes, children }) => { | ||
return (_jsx("span", Object.assign({}, attributes, { style: Object.assign(Object.assign({}, attributes.style), { fontWeight: 400, textAlign: "left" }) }, { children: children }))); | ||
return (_jsx("span", Object.assign({}, attributes, { style: Object.assign(Object.assign({}, attributes.style), { top: 0 }) }, { children: children }))); | ||
}; | ||
export default Placeholder; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
120912
1