@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 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
- [![Tests](https://github.com/chinonsochikelue/notiq/workflows/Tests/badge.svg)](
6
- https://github.com/chinonsochikelue/notiq/actions/workflows/tests.yml
7
- )
5
+ ![Tests](https://github.com/adoxography/tailwind-scrollbar/workflows/Tests/badge.svg)
8
6
  [![Codacy Badge](https://app.codacy.com/project/badge/Grade/e6fe4b9f635b46ccb38e5852fac10343)](https://app.codacy.com/gh/chinonsochikelue/notiq/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
9
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10
7
  ![npm](https://img.shields.io/npm/dt/@collabchron/notiq)
11
- ![npm](https://badge.fury.io/js/@collabchron%2Fnotiq.svg)
12
- ![Repo Size](https://img.shields.io/github/repo-size/chinonsochikelue/notiq)
13
- ![Repo Stars](https://img.shields.io/github/stars/chinonsochikelue/notiq)
14
- ![Repo Watchers](https://img.shields.io/github/watchers/chinonsochikelue/notiq)
15
- ![Repo Forks](https://img.shields.io/github/forks/chinonsochikelue/notiq)
16
- ![Repo Open Issues](https://img.shields.io/github/issues/chinonsochikelue/notiq)
17
- ![Repo Open Pull Requests](https://img.shields.io/github/issues-pr/chinonsochikelue/notiq)
18
- ![Repo Visitors](https://api.visitorbadge.io/api/VisitorHit?user=chinonsochikelue&repo=notiq&countColor=%237B1E7A)
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(React.Fragment, null, isEditable && /* @__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(React.Fragment, null, isEditable && /* @__PURE__ */ React.createElement(
1495
+ return /* @__PURE__ */ React.createElement("div", { className: "notiq-scope" }, isEditable && /* @__PURE__ */ React.createElement(
1496
1496
  ToolbarPlugin,
1497
1497
  {
1498
1498
  editor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@collabchron/notiq",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",