@collabchron/notiq 1.0.0 → 1.0.2
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.
|
@@ -182,7 +182,7 @@ import { $isTableNode, $isTableSelection } from "@lexical/table";
|
|
|
182
182
|
import { $isListNode, ListNode } from "@lexical/list";
|
|
183
183
|
import { $isHeadingNode } from "@lexical/rich-text";
|
|
184
184
|
import { $isCodeNode, CODE_LANGUAGE_MAP } from "@lexical/code";
|
|
185
|
-
import dynamic from "next/dynamic";
|
|
185
|
+
import dynamic from "next/dynamic.js";
|
|
186
186
|
|
|
187
187
|
// src/utils/htmlExport.tsx
|
|
188
188
|
init_react_shim();
|
package/dist/index.js
CHANGED
|
@@ -55255,7 +55255,7 @@ var init_ToolbarPlugin = __esm({
|
|
|
55255
55255
|
import_list9 = require("@lexical/list");
|
|
55256
55256
|
import_rich_text11 = require("@lexical/rich-text");
|
|
55257
55257
|
import_code15 = require("@lexical/code");
|
|
55258
|
-
import_dynamic = __toESM(require("next/dynamic"));
|
|
55258
|
+
import_dynamic = __toESM(require("next/dynamic.js"));
|
|
55259
55259
|
init_toggle();
|
|
55260
55260
|
init_shortcuts();
|
|
55261
55261
|
init_url();
|
|
@@ -56302,7 +56302,7 @@ var import_react95 = require("react");
|
|
|
56302
56302
|
init_SharedHistoryContext();
|
|
56303
56303
|
var import_useLexicalEditable9 = require("@lexical/react/useLexicalEditable");
|
|
56304
56304
|
var import_LexicalComposerContext44 = require("@lexical/react/LexicalComposerContext");
|
|
56305
|
-
var import_dynamic2 = __toESM(require("next/dynamic"));
|
|
56305
|
+
var import_dynamic2 = __toESM(require("next/dynamic.js"));
|
|
56306
56306
|
init_skeleton();
|
|
56307
56307
|
var import_LexicalRichTextPlugin4 = require("@lexical/react/LexicalRichTextPlugin");
|
|
56308
56308
|
var import_LexicalContentEditable5 = require("@lexical/react/LexicalContentEditable");
|
package/dist/index.mjs
CHANGED
|
@@ -252,7 +252,7 @@ init_react_shim();
|
|
|
252
252
|
import { useCallback as useCallback2, useEffect as useEffect7, useState as useState3 } from "react";
|
|
253
253
|
import { useLexicalEditable as useLexicalEditable2 } from "@lexical/react/useLexicalEditable";
|
|
254
254
|
import { useLexicalComposerContext as useLexicalComposerContext6 } from "@lexical/react/LexicalComposerContext";
|
|
255
|
-
import dynamic from "next/dynamic";
|
|
255
|
+
import dynamic from "next/dynamic.js";
|
|
256
256
|
import { RichTextPlugin } from "@lexical/react/LexicalRichTextPlugin";
|
|
257
257
|
import { ContentEditable } from "@lexical/react/LexicalContentEditable";
|
|
258
258
|
import { LexicalErrorBoundary } from "@lexical/react/LexicalErrorBoundary";
|
|
@@ -1279,7 +1279,7 @@ function ContentAnalyticsPlugin() {
|
|
|
1279
1279
|
|
|
1280
1280
|
// src/components/editor/Core.tsx
|
|
1281
1281
|
var SlashCommand = dynamic(() => import("./SlashCommand-GMT5JI33.mjs"), { ssr: false });
|
|
1282
|
-
var ToolbarPlugin = dynamic(() => import("./ToolbarPlugin-
|
|
1282
|
+
var ToolbarPlugin = dynamic(() => import("./ToolbarPlugin-YKYA4NB4.mjs"), {
|
|
1283
1283
|
ssr: false,
|
|
1284
1284
|
loading: () => /* @__PURE__ */ React.createElement("div", { className: "hidden md:block fixed top-14 md:top-20 left-0 right-0 z-50 flex justify-center p-4" }, /* @__PURE__ */ React.createElement(Skeleton, { className: "h-12 w-full max-w-6xl rounded-2xl" }))
|
|
1285
1285
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@collabchron/notiq",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -148,8 +148,11 @@
|
|
|
148
148
|
"@lexical/table": ">=0.14.0",
|
|
149
149
|
"@lexical/utils": ">=0.14.0",
|
|
150
150
|
"lexical": ">=0.14.0",
|
|
151
|
+
"next": ">=14.0.0",
|
|
151
152
|
"react": ">=18",
|
|
152
|
-
"react-dom": ">=18"
|
|
153
|
+
"react-dom": ">=18",
|
|
154
|
+
"@tailwindcss/typography": ">=0.5.0",
|
|
155
|
+
"tailwind-scrollbar": ">=3.0.0"
|
|
153
156
|
},
|
|
154
157
|
"devDependencies": {
|
|
155
158
|
"@eslint/eslintrc": "^3.3.1",
|