@mhamz.01/easyflow-texteditor 0.1.11 → 0.1.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mhamz.01/easyflow-texteditor",
3
- "version": "0.1.11",
3
+ "version": "0.1.14",
4
4
  "private": false,
5
5
  "description": "A rich text editor built on Tiptap",
6
6
  "main": "dist/index.cjs",
package/dist/styles.css DELETED
@@ -1,20 +0,0 @@
1
- /* Error: Silent comments aren't allowed in plain CSS.
2
- * ,
3
- * 1 | / // @import "tailwindcss";
4
- * 2 | | // @import '../styles/_variables.scss';
5
- * 3 | | // @import '../styles/_keyframe-animations.scss';
6
- * 4 | \ // @import "tw-animate-css";
7
- * '
8
- * src\styles\globals.css 1:1 @forward
9
- * src\styles\index.scss 26:1 root stylesheet */
10
-
11
- body::before {
12
- font-family: "Source Code Pro", "SF Mono", Monaco, Inconsolata, "Fira Mono",
13
- "Droid Sans Mono", monospace, monospace;
14
- white-space: pre;
15
- display: block;
16
- padding: 1em;
17
- margin-bottom: 1em;
18
- border-bottom: 2px solid black;
19
- content: "Error: Silent comments aren't allowed in plain CSS.\a \2577 \a 1 \2502 \250c // @import \"tailwindcss\";\a 2 \2502 \2502 // @import '../styles/_variables.scss';\a 3 \2502 \2502 // @import '../styles/_keyframe-animations.scss';\a 4 \2502 \2514 // @import \"tw-animate-css\";\a \2575 \a src\\styles\\globals.css 1:1 @forward\a src\\styles\\index.scss 26:1 root stylesheet";
20
- }