@gravity-ui/markdown-editor 14.3.0 → 14.3.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.
|
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.BaseInputRules = void 0;
|
|
4
4
|
const prosemirror_inputrules_1 = require("prosemirror-inputrules");
|
|
5
5
|
const BaseInputRules = (builder) => {
|
|
6
|
-
builder.addInputRules(() => ({ rules: [
|
|
6
|
+
builder.addInputRules(() => ({ rules: [prosemirror_inputrules_1.ellipsis] }));
|
|
7
7
|
};
|
|
8
8
|
exports.BaseInputRules = BaseInputRules;
|
package/build/cjs/version.js
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.VERSION = void 0;
|
|
4
4
|
/** During build process, the current version will be injected here */
|
|
5
|
-
exports.VERSION = typeof '14.3.
|
|
5
|
+
exports.VERSION = typeof '14.3.1' !== 'undefined' ? '14.3.1' : 'unknown';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ellipsis
|
|
1
|
+
import { ellipsis } from 'prosemirror-inputrules';
|
|
2
2
|
export const BaseInputRules = (builder) => {
|
|
3
|
-
builder.addInputRules(() => ({ rules: [
|
|
3
|
+
builder.addInputRules(() => ({ rules: [ellipsis] }));
|
|
4
4
|
};
|
package/build/esm/version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** During build process, the current version will be injected here */
|
|
2
|
-
export const VERSION = typeof '14.3.
|
|
2
|
+
export const VERSION = typeof '14.3.1' !== 'undefined' ? '14.3.1' : 'unknown';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravity-ui/markdown-editor",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.1",
|
|
4
4
|
"description": "Markdown wysiwyg and markup editor",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -213,8 +213,10 @@
|
|
|
213
213
|
"@gravity-ui/stylelint-config": "4.0.1",
|
|
214
214
|
"@gravity-ui/tsconfig": "1.0.0",
|
|
215
215
|
"@gravity-ui/uikit": "6.11.0",
|
|
216
|
+
"@storybook/addon-docs": "8.4.1",
|
|
216
217
|
"@storybook/addon-essentials": "^8.4.1",
|
|
217
218
|
"@storybook/addon-webpack5-compiler-babel": "3.0.3",
|
|
219
|
+
"@storybook/blocks": "8.4.1",
|
|
218
220
|
"@storybook/cli": "^8.4.1",
|
|
219
221
|
"@storybook/preset-scss": "1.0.3",
|
|
220
222
|
"@storybook/react": "8.4.1",
|