@tailor-cms/ce-jodit-html-edit 0.0.8 → 0.1.0

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/dist/index.css CHANGED
@@ -22,31 +22,31 @@
22
22
  [data-v-8a964904] .jodit-status-bar .jodit-toolbar-button {
23
23
  line-height: inherit;
24
24
  vertical-align: top;
25
- }.jodit-container[data-v-9667d790] {
25
+ }.jodit-container[data-v-2ef4340c] {
26
26
  min-width: 11.25rem;
27
27
  min-height: 5rem;
28
28
  }
29
- [data-v-9667d790] .jodit-container {
29
+ [data-v-2ef4340c] .jodit-container {
30
30
  border: none;
31
31
  }
32
- [data-v-9667d790] .jodit-workplace {
33
- overflow: visible;
32
+ [data-v-2ef4340c] .jodit-workplace {
33
+ overflow: visible !important;
34
34
  }
35
- [data-v-9667d790] .jodit-wysiwyg {
36
- overflow: visible;
35
+ [data-v-2ef4340c] .jodit-wysiwyg {
36
+ overflow: visible !important;
37
37
  overflow-wrap: break-word;
38
38
  }
39
- [data-v-9667d790] .jodit-placeholder {
39
+ [data-v-2ef4340c] .jodit-placeholder {
40
40
  color: rgba(0, 0, 0, 0.5);
41
41
  }
42
- [data-v-9667d790] .tce-jodit-tooltip {
42
+ [data-v-2ef4340c] .tce-jodit-tooltip {
43
43
  position: relative;
44
44
  display: inline-block;
45
45
  background: rgba(205, 215, 220, 0.7);
46
46
  text-decoration: underline dotted #37474f;
47
47
  cursor: help;
48
48
  }
49
- [data-v-9667d790] .tce-jodit-tooltip::before {
49
+ [data-v-2ef4340c] .tce-jodit-tooltip::before {
50
50
  content: "";
51
51
  position: absolute;
52
52
  bottom: 100%;
@@ -54,33 +54,109 @@
54
54
  border-right: 6px solid transparent;
55
55
  border-top: 6px solid #37474f;
56
56
  }
57
- [data-v-9667d790] .tce-jodit-tooltip::after {
57
+ [data-v-2ef4340c] .tce-jodit-tooltip::after {
58
58
  content: attr(data-tooltip);
59
59
  position: absolute;
60
60
  bottom: calc(100% + 6px - 1px);
61
61
  left: -0.625rem;
62
62
  border-radius: 4px;
63
63
  max-width: 18.75rem;
64
- padding: 0.25rem 0.675rem;
64
+ padding: 0.5rem 0.675rem;
65
65
  background: #37474f;
66
66
  font-size: 0.875rem;
67
67
  color: #fff;
68
+ font-weight: normal;
69
+ line-height: 1.1;
68
70
  }
69
- [data-v-9667d790] .tce-jodit-tooltip::before,[data-v-9667d790] .tce-jodit-tooltip::after {
71
+ [data-v-2ef4340c] .tce-jodit-tooltip::before,[data-v-2ef4340c] .tce-jodit-tooltip::after {
70
72
  visibility: hidden;
71
73
  opacity: 0;
72
74
  transition: opacity 0.1s ease-out, margin 0.1s ease-out;
73
75
  }
74
- [data-v-9667d790] .tce-jodit-tooltip:hover::after,[data-v-9667d790] .tce-jodit-tooltip:hover::before {
76
+ [data-v-2ef4340c] .tce-jodit-tooltip:hover::after,[data-v-2ef4340c] .tce-jodit-tooltip:hover::before {
75
77
  visibility: visible;
76
78
  opacity: 1;
77
79
  margin-bottom: 0.25rem;
78
80
  }
79
- [data-v-9667d790] .jodit-container:not(.jodit-inline) {
81
+ [data-v-2ef4340c] .jodit-container:not(.jodit-inline) {
80
82
  min-height: 5rem !important;
81
83
  background: transparent !important;
82
84
  font-size: 1rem;
83
85
  border: none;
86
+ }
87
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg * {
88
+ word-break: break-word;
89
+ }
90
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg > * + * {
91
+ margin-top: 0.75em;
92
+ }
93
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg h1,[data-v-2ef4340c] .jodit-container .jodit-wysiwyg h2,[data-v-2ef4340c] .jodit-container .jodit-wysiwyg h3,[data-v-2ef4340c] .jodit-container .jodit-wysiwyg h4,[data-v-2ef4340c] .jodit-container .jodit-wysiwyg h5,[data-v-2ef4340c] .jodit-container .jodit-wysiwyg h6 {
94
+ line-height: 1;
95
+ }
96
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg h1 {
97
+ font-size: 2.5rem;
98
+ }
99
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg h2 {
100
+ font-size: 2.25rem;
101
+ }
102
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg h3 {
103
+ font-size: 2rem;
104
+ }
105
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg h4 {
106
+ font-size: 1.75rem;
107
+ }
108
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg h5 {
109
+ font-size: 1.5rem;
110
+ }
111
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg h6 {
112
+ font-size: 1.25rem;
113
+ }
114
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg blockquote {
115
+ padding: 0.25rem 1rem;
116
+ border-left: 2px solid rgba(13, 13, 13, 0.1);
117
+ font-family: Georgia, "Times New Roman", Times, serif;
118
+ font-style: italic;
119
+ }
120
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg ul,[data-v-2ef4340c] .jodit-container .jodit-wysiwyg ol {
121
+ padding: 0 1.25rem;
122
+ }
123
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg code {
124
+ font-family: "Source Code Pro", monospace !important;
125
+ background: #eee;
126
+ padding: 0.125rem 0.5rem;
127
+ border-radius: 8px;
128
+ }
129
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg pre {
130
+ border-radius: 8px;
131
+ padding: 0.5rem 1rem;
132
+ background: #eee;
133
+ }
134
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg pre code {
135
+ padding: 0;
136
+ font-size: 0.875rem;
137
+ background: none;
138
+ }
139
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg hr {
140
+ border: none;
141
+ border-top: 2px solid rgba(13, 13, 13, 0.1);
142
+ margin: 2rem 0;
143
+ }
144
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg table {
145
+ width: 100%;
146
+ border-spacing: 0;
147
+ border-radius: 4px;
148
+ overflow: hidden;
149
+ border: 1px solid rgba(0, 0, 0, 0.12);
150
+ text-align: left;
151
+ }
152
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg table th,[data-v-2ef4340c] .jodit-container .jodit-wysiwyg table td {
153
+ padding: 0.75rem;
154
+ }
155
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg table th {
156
+ background-color: #fafafa;
157
+ }
158
+ [data-v-2ef4340c] .jodit-container .jodit-wysiwyg table td {
159
+ border-top: 1px solid rgba(0, 0, 0, 0.12);
84
160
  }.jodit-toolbar-editor-collection_container {
85
161
  min-height: 72px;
86
162
  }