@bigbinary/neeto-editor 1.45.9 → 1.45.10
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/dist/Editor.js +3 -3
- package/dist/Editor.js.map +1 -1
- package/dist/EditorContent.js +1 -1
- package/dist/EditorContent.js.map +1 -1
- package/dist/cjs/Editor.cjs.js +3 -3
- package/dist/cjs/Editor.cjs.js.map +1 -1
- package/dist/cjs/EditorContent.cjs.js +1 -1
- package/dist/cjs/EditorContent.cjs.js.map +1 -1
- package/dist/editor-stats.html +1 -1
- package/package.json +1 -1
package/dist/Editor.js
CHANGED
|
@@ -8458,7 +8458,7 @@ var CodeBlockComponent = function CodeBlockComponent(_ref) {
|
|
|
8458
8458
|
return document.body;
|
|
8459
8459
|
},
|
|
8460
8460
|
buttonSize: "small",
|
|
8461
|
-
buttonStyle: "
|
|
8461
|
+
buttonStyle: "tertiary",
|
|
8462
8462
|
icon: Down,
|
|
8463
8463
|
label: ((_node$attrs = node.attrs) === null || _node$attrs === void 0 ? void 0 : _node$attrs.language) || t("neetoEditor.common.auto"),
|
|
8464
8464
|
strategy: "fixed",
|
|
@@ -8489,12 +8489,12 @@ var CodeBlockComponent = function CodeBlockComponent(_ref) {
|
|
|
8489
8489
|
})]
|
|
8490
8490
|
}), /*#__PURE__*/jsx(CopyToClipboardButton, {
|
|
8491
8491
|
size: "small",
|
|
8492
|
-
style: "
|
|
8492
|
+
style: "tertiary",
|
|
8493
8493
|
value: node === null || node === void 0 || (_node$content = node.content) === null || _node$content === void 0 || (_node$content = _node$content.content[0]) === null || _node$content === void 0 ? void 0 : _node$content.text
|
|
8494
8494
|
}), showHighlightButton && /*#__PURE__*/jsx(Button, {
|
|
8495
8495
|
icon: Highlight$1,
|
|
8496
8496
|
size: "small",
|
|
8497
|
-
style: "
|
|
8497
|
+
style: "tertiary",
|
|
8498
8498
|
tooltipProps: {
|
|
8499
8499
|
content: t("neetoEditor.menu.highlight")
|
|
8500
8500
|
},
|