@contentful/field-editor-markdown 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/field-editor-markdown.cjs.development.js +1 -1
- package/dist/field-editor-markdown.cjs.development.js.map +1 -1
- package/dist/field-editor-markdown.cjs.production.min.js +1 -1
- package/dist/field-editor-markdown.cjs.production.min.js.map +1 -1
- package/dist/field-editor-markdown.esm.js +1 -1
- package/dist/field-editor-markdown.esm.js.map +1 -1
- package/package.json +2 -2
|
@@ -2775,7 +2775,7 @@ var InsertLinkModal = function InsertLinkModal(_ref) {
|
|
|
2775
2775
|
setTitle(e.target.value);
|
|
2776
2776
|
},
|
|
2777
2777
|
testId: "link-title-field"
|
|
2778
|
-
}), React.createElement(FormControl.HelpText, null, "
|
|
2778
|
+
}), React.createElement(FormControl.HelpText, null, "Extra link information, usually shown as a tooltip on mouse hover")))), React.createElement(ModalControls, null, React.createElement(Button, {
|
|
2779
2779
|
testId: "insert-link-cancel",
|
|
2780
2780
|
onClick: function onClick() {
|
|
2781
2781
|
return onClose(false);
|