@collabchron/notiq 1.1.7 → 1.1.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/README.md +2 -12
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,20 +2,10 @@
|
|
|
2
2
|
<img src="public/logo.png" alt="Notiq Logo" width="120" />
|
|
3
3
|
<h1>Notiq</h1>
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
https://github.com/chinonsochikelue/notiq/actions/workflows/tests.yml
|
|
7
|
-
)
|
|
5
|
+

|
|
8
6
|
[](https://app.codacy.com/gh/chinonsochikelue/notiq/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
|
|
9
|
-
[](https://opensource.org/licenses/MIT)
|
|
10
7
|

|
|
11
|
-
|
|
12
|
-

|
|
13
|
-

|
|
14
|
-

|
|
15
|
-

|
|
16
|
-

|
|
17
|
-

|
|
18
|
-

|
|
8
|
+
|
|
19
9
|
|
|
20
10
|
<p>
|
|
21
11
|
<strong>A powerful, AI-enhanced rich text editor built with Lexical, Next.js, TypeScript, and Tailwind CSS.</strong>
|
package/dist/index.js
CHANGED
|
@@ -57547,7 +57547,7 @@ function Core({
|
|
|
57547
57547
|
});
|
|
57548
57548
|
return unregister;
|
|
57549
57549
|
}, [editor]);
|
|
57550
|
-
return /* @__PURE__ */ React.createElement(
|
|
57550
|
+
return /* @__PURE__ */ React.createElement("div", { className: "notiq-scope" }, isEditable && /* @__PURE__ */ React.createElement(
|
|
57551
57551
|
ToolbarPlugin2,
|
|
57552
57552
|
{
|
|
57553
57553
|
editor,
|
package/dist/index.mjs
CHANGED
|
@@ -1492,7 +1492,7 @@ function Core({
|
|
|
1492
1492
|
});
|
|
1493
1493
|
return unregister;
|
|
1494
1494
|
}, [editor]);
|
|
1495
|
-
return /* @__PURE__ */ React.createElement(
|
|
1495
|
+
return /* @__PURE__ */ React.createElement("div", { className: "notiq-scope" }, isEditable && /* @__PURE__ */ React.createElement(
|
|
1496
1496
|
ToolbarPlugin,
|
|
1497
1497
|
{
|
|
1498
1498
|
editor,
|