@flozy/editor 1.2.5 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -17,17 +17,20 @@ blockquote{
17
17
  color: #aaa;
18
18
  font-style: italic;
19
19
  }
20
- table, th, td {
20
+
21
+ .editor-wrapper table,
22
+ .editor-wrapperth,
23
+ .editor-wrapper td {
21
24
  border: 1px solid black;
22
25
  }
23
- table{
26
+ .editor-wrapper table{
24
27
  border-collapse: collapse;
25
28
  }
26
- button{
29
+ .editor-wrapper .editor-wrapperbutton{
27
30
  background-color: white;
28
31
  border:none;
29
32
  }
30
- .btnActive{
33
+ .editor-wrapper .btnActive{
31
34
  opacity: 1;
32
35
  }
33
36
  .editor-wrapper{
@@ -39,10 +42,10 @@ button{
39
42
  border: none !important
40
43
  }
41
44
 
42
- table{
45
+ .editor-wrapper table{
43
46
  /* width:100%; */
44
47
  }
45
- td{
48
+ .editor-wrapper td{
46
49
  height: 50px;
47
50
  padding:0 5px;
48
51
  }
@@ -66,17 +69,14 @@ td{
66
69
  width: 300px;
67
70
 
68
71
  }
69
- button{
72
+ .editor-wrapper button{
70
73
  cursor: pointer;
71
74
  }
72
- code {
75
+ .editor-wrapper code {
73
76
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
74
77
  monospace;
75
78
  }
76
- [data-slate-node="element"] {
77
- margin: 10px 0;
78
- }
79
- html{
79
+ .editor-wrapper html{
80
80
  scroll-behavior: smooth;
81
81
  }
82
82
  .editor-wrapper *:focus-visible {
@@ -15,6 +15,6 @@
15
15
  width: fit-content;
16
16
  z-index: 1;
17
17
  }
18
- img{
18
+ .link img{
19
19
  height: 15px;
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "1.2.5",
3
+ "version": "1.2.7",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"