From 9c1208dd38f162697ef755fb2e59b522c30c2acb Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 6 Jul 2023 01:52:46 -0700 Subject: [PATCH] Added several Tiptap components --- package-lock.json | 35 +++++++++++++++++++++++++++++++++++ package.json | 3 +++ 2 files changed, 38 insertions(+) diff --git a/package-lock.json b/package-lock.json index 9139c0ec..27b232b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,8 +20,10 @@ "@radix-ui/react-tooltip": "^1.0.3", "@svgr/webpack": "^6.2.0", "@tiptap/extension-bubble-menu": "^2.0.3", + "@tiptap/extension-highlight": "^2.0.3", "@tiptap/extension-link": "^2.0.3", "@tiptap/extension-mention": "^2.0.3", + "@tiptap/extension-typography": "^2.0.3", "@tiptap/extension-youtube": "^2.0.3", "@tiptap/pm": "^2.0.3", "@tiptap/react": "^2.0.3", @@ -56,6 +58,7 @@ "react-lite-youtube-embed": "^2.3.52", "react-scroll": "^1.8.5", "react-string-replace": "^1.1.0", + "remixicon-react": "^1.0.0", "resolve-url-loader": "^5.0.0", "sanitize-html": "^2.8.1", "sass": "^1.61.0", @@ -7229,6 +7232,18 @@ "@tiptap/core": "^2.0.0" } }, + "node_modules/@tiptap/extension-highlight": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-highlight/-/extension-highlight-2.0.3.tgz", + "integrity": "sha512-NrtibY8cZkIjZMQuHRrKd4php+plOvAoSo8g3uVFu275I/Ixt5HqJ53R4voCXs8W8BOBRs2HS2QX8Cjh79XhtA==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.0.0" + } + }, "node_modules/@tiptap/extension-history": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@tiptap/extension-history/-/extension-history-2.0.3.tgz", @@ -7357,6 +7372,18 @@ "@tiptap/core": "^2.0.0" } }, + "node_modules/@tiptap/extension-typography": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@tiptap/extension-typography/-/extension-typography-2.0.3.tgz", + "integrity": "sha512-5U91O2dffYOvwenWG+zT1N/pnt+RppSlocxs1KaNWFLlI2fgzDTyUyjzygIHGmskStqay2MuvmPnfVABoC+1Gw==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^2.0.0" + } + }, "node_modules/@tiptap/extension-youtube": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/@tiptap/extension-youtube/-/extension-youtube-2.0.3.tgz", @@ -19306,6 +19333,14 @@ "url": "https://opencollective.com/unified" } }, + "node_modules/remixicon-react": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/remixicon-react/-/remixicon-react-1.0.0.tgz", + "integrity": "sha512-KOXlc8EdKdujr2f/2idyFSQRjUB8p0HNiWZYBBzRsTRlTXFuSAFfnGq9culNjhCGmc92Jbtfr9OP0MXWvTMdsQ==", + "peerDependencies": { + "react": ">=0.14.0" + } + }, "node_modules/renderkid": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", diff --git a/package.json b/package.json index e3d72855..202aa676 100644 --- a/package.json +++ b/package.json @@ -27,8 +27,10 @@ "@radix-ui/react-tooltip": "^1.0.3", "@svgr/webpack": "^6.2.0", "@tiptap/extension-bubble-menu": "^2.0.3", + "@tiptap/extension-highlight": "^2.0.3", "@tiptap/extension-link": "^2.0.3", "@tiptap/extension-mention": "^2.0.3", + "@tiptap/extension-typography": "^2.0.3", "@tiptap/extension-youtube": "^2.0.3", "@tiptap/pm": "^2.0.3", "@tiptap/react": "^2.0.3", @@ -63,6 +65,7 @@ "react-lite-youtube-embed": "^2.3.52", "react-scroll": "^1.8.5", "react-string-replace": "^1.1.0", + "remixicon-react": "^1.0.0", "resolve-url-loader": "^5.0.0", "sanitize-html": "^2.8.1", "sass": "^1.61.0",