@edifice.io/tiptap-extensions 2.5.8 → 2.5.9
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/index.cjs +1 -1
- package/dist/index.js +4 -4
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const abbr=require("./abbr/abbr.cjs"),alert=require("./alert/alert.cjs"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const abbr=require("./abbr/abbr.cjs"),alert=require("./alert/alert.cjs"),attachment=require("./attachment/attachment.cjs"),attachmentTransformer=require("./attachment/attachment-transformer.cjs"),audio=require("./audio/audio.cjs"),conversationHistory=require("./conversation-history/conversation-history.cjs"),conversationHistoryBody=require("./conversation-history-body/conversation-history-body.cjs"),heading=require("./heading/heading.cjs"),highlight=require("./highlight/highlight.cjs"),fontSize=require("./font-size/font-size.cjs"),hyperlink=require("./hyperlink/hyperlink.cjs"),image=require("./image/image.cjs"),iframe=require("./iframe/iframe.cjs"),informationPane=require("./information-pane/information-pane.cjs"),lineHeight=require("./line-height/line-height.cjs"),linker=require("./linker/linker.cjs"),mathjax=require("./mathjax/mathjax.cjs"),paragraph=require("./paragraph/paragraph.cjs"),speechRecognition=require("./speech-recognition/speech-recognition.cjs"),speechSynthesis=require("./speech-synthesis/speech-synthesis.cjs"),tableCell=require("./table-cell/table-cell.cjs"),video=require("./video/video.cjs"),htmlToJson=require("./transform/html-to-json/html-to-json.cjs"),jsonToHtml=require("./transform/json-to-html/json-to-html.cjs");exports.Abbr=abbr.Abbr;exports.Alert=alert.Alert;exports.Attachment=attachment.Attachment;exports.AttachmentTransformer=attachmentTransformer.AttachmentTransformer;exports.Audio=audio.Audio;exports.ConversationHistory=conversationHistory.ConversationHistory;exports.ConversationHistoryBody=conversationHistoryBody.ConversationHistoryBody;exports.CustomHeading=heading.CustomHeading;exports.CustomHighlight=highlight.CustomHighlight;exports.FontSize=fontSize.FontSize;exports.Hyperlink=hyperlink.Hyperlink;exports.IMAGE_INPUT_REGEX=image.IMAGE_INPUT_REGEX;exports.Image=image.Image;exports.Iframe=iframe.Iframe;exports.InformationPane=informationPane.InformationPane;exports.LineHeight=lineHeight.LineHeight;exports.Linker=linker.Linker;exports.MathJax=mathjax.MathJax;exports.Paragraph=paragraph.Paragraph;exports.SpeechRecognition=speechRecognition.SpeechRecognition;exports.SpeechSynthesis=speechSynthesis.SpeechSynthesis;exports.TableCell=tableCell.TableCell;exports.Video=video.Video;exports.htmlToJson=htmlToJson;exports.jsonToHtml=jsonToHtml;
|
|
2
2
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Abbr } from "./abbr/abbr.js";
|
|
2
2
|
import { Alert } from "./alert/alert.js";
|
|
3
|
-
import { AttachmentTransformer } from "./attachment/attachment-transformer.js";
|
|
4
3
|
import { Attachment } from "./attachment/attachment.js";
|
|
4
|
+
import { AttachmentTransformer } from "./attachment/attachment-transformer.js";
|
|
5
5
|
import { Audio } from "./audio/audio.js";
|
|
6
6
|
import { ConversationHistory } from "./conversation-history/conversation-history.js";
|
|
7
7
|
import { ConversationHistoryBody } from "./conversation-history-body/conversation-history-body.js";
|
|
8
|
-
import { FontSize } from "./font-size/font-size.js";
|
|
9
8
|
import { CustomHeading } from "./heading/heading.js";
|
|
10
9
|
import { CustomHighlight } from "./highlight/highlight.js";
|
|
10
|
+
import { FontSize } from "./font-size/font-size.js";
|
|
11
11
|
import { Hyperlink } from "./hyperlink/hyperlink.js";
|
|
12
|
-
import { Iframe } from "./iframe/iframe.js";
|
|
13
12
|
import { IMAGE_INPUT_REGEX, Image } from "./image/image.js";
|
|
13
|
+
import { Iframe } from "./iframe/iframe.js";
|
|
14
14
|
import { InformationPane } from "./information-pane/information-pane.js";
|
|
15
15
|
import { LineHeight } from "./line-height/line-height.js";
|
|
16
16
|
import { Linker } from "./linker/linker.js";
|
|
@@ -19,9 +19,9 @@ import { Paragraph } from "./paragraph/paragraph.js";
|
|
|
19
19
|
import { SpeechRecognition } from "./speech-recognition/speech-recognition.js";
|
|
20
20
|
import { SpeechSynthesis } from "./speech-synthesis/speech-synthesis.js";
|
|
21
21
|
import { TableCell } from "./table-cell/table-cell.js";
|
|
22
|
+
import { Video } from "./video/video.js";
|
|
22
23
|
import { default as default2 } from "./transform/html-to-json/html-to-json.js";
|
|
23
24
|
import { default as default3 } from "./transform/json-to-html/json-to-html.js";
|
|
24
|
-
import { Video } from "./video/video.js";
|
|
25
25
|
export {
|
|
26
26
|
Abbr,
|
|
27
27
|
Alert,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edifice.io/tiptap-extensions",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.9",
|
|
4
4
|
"description": "Edifice Rich Text Editor Extensions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"edifice",
|
|
@@ -154,11 +154,11 @@
|
|
|
154
154
|
"prosemirror-view": "^1.27.0",
|
|
155
155
|
"vite": "^5.4.11",
|
|
156
156
|
"vite-plugin-dts": "^4.1.0",
|
|
157
|
-
"@edifice.io/utilities": "2.5.
|
|
157
|
+
"@edifice.io/utilities": "2.5.9"
|
|
158
158
|
},
|
|
159
159
|
"devDependencies": {
|
|
160
160
|
"@types/dom-speech-recognition": "^0.0.1",
|
|
161
|
-
"@edifice.io/client": "2.5.
|
|
161
|
+
"@edifice.io/client": "2.5.9"
|
|
162
162
|
},
|
|
163
163
|
"publishConfig": {
|
|
164
164
|
"access": "public"
|