@omnia/runtime 8.0.59-vnext → 8.0.61-vnext

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/runtime",
3
3
  "license": "MIT",
4
- "version": "8.0.59-vnext",
4
+ "version": "8.0.61-vnext",
5
5
  "description": "Provide Omnia Fx bundle",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -19,10 +19,10 @@
19
19
  ],
20
20
  "author": "Precio Fishbone",
21
21
  "dependencies": {
22
- "@omnia/fx-sp": "8.0.59-vnext",
23
- "@omnia/fx-spfx": "8.0.59-vnext",
24
- "@omnia/fx": "8.0.59-vnext",
25
- "@omnia/tooling-vue": "8.0.59-vnext"
22
+ "@omnia/fx-sp": "8.0.61-vnext",
23
+ "@omnia/fx-spfx": "8.0.61-vnext",
24
+ "@omnia/fx": "8.0.61-vnext",
25
+ "@omnia/tooling-vue": "8.0.61-vnext"
26
26
  },
27
27
  "typings": "./index.d.ts",
28
28
  "bugs": {
@@ -1,488 +0,0 @@
1
- /*!
2
- * @toast-ui/editor
3
- * @version 3.2.2 | Fri Feb 17 2023
4
- * @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
5
- * @license MIT
6
- */
7
- /*
8
- z-index basis
9
- -1: pseudo element
10
- 20 - preview, wysiwyg
11
- 30 - wysiwyg code block language editor, popup, context menu
12
- 40 - tooltip
13
- */
14
- .ProseMirror {
15
- font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
16
- 'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
17
- color: #222;
18
- font-size: 13px;
19
- overflow-y: auto;
20
- overflow-X: hidden;
21
- height: calc(100% - 36px);
22
- }
23
-
24
- .ProseMirror .placeholder {
25
- color: #999;
26
- }
27
-
28
- .ProseMirror:focus {
29
- outline: none;
30
- }
31
-
32
- .ProseMirror-selectednode {
33
- outline: none;
34
- }
35
-
36
- table.ProseMirror-selectednode {
37
- border-radius: 2px;
38
- outline: 2px solid #00a9ff;
39
- }
40
-
41
- .html-block.ProseMirror-selectednode {
42
- border-radius: 2px;
43
- outline: 2px solid #00a9ff;
44
- }
45
-
46
- .toastui-editor-contents {
47
- margin: 0;
48
- padding: 0;
49
- font-size: 13px;
50
- font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
51
- 'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
52
- z-index: 20;
53
- }
54
-
55
- .toastui-editor-contents *:not(table) {
56
- line-height: 160%;
57
- box-sizing: content-box;
58
- }
59
-
60
- .toastui-editor-contents i,
61
- .toastui-editor-contents cite,
62
- .toastui-editor-contents em,
63
- .toastui-editor-contents var,
64
- .toastui-editor-contents address,
65
- .toastui-editor-contents dfn {
66
- font-style: italic;
67
- }
68
-
69
- .toastui-editor-contents strong {
70
- font-weight: bold;
71
- }
72
-
73
- .toastui-editor-contents p {
74
- margin: 10px 0;
75
- color: #222;
76
- }
77
-
78
- .toastui-editor-contents > h1:first-of-type,
79
- .toastui-editor-contents > div > div:first-of-type h1 {
80
- margin-top: 14px;
81
- }
82
-
83
- .toastui-editor-contents h1,
84
- .toastui-editor-contents h2,
85
- .toastui-editor-contents h3,
86
- .toastui-editor-contents h4,
87
- .toastui-editor-contents h5,
88
- .toastui-editor-contents h6 {
89
- font-weight: bold;
90
- color: #222;
91
- }
92
-
93
- .toastui-editor-contents h1 {
94
- font-size: 24px;
95
- line-height: 28px;
96
- border-bottom: 3px double #999;
97
- margin: 52px 0 15px 0;
98
- padding-bottom: 7px;
99
- }
100
-
101
- .toastui-editor-contents h2 {
102
- font-size: 22px;
103
- line-height: 23px;
104
- border-bottom: 1px solid #dbdbdb;
105
- margin: 20px 0 13px 0;
106
- padding-bottom: 7px;
107
- }
108
-
109
- .toastui-editor-contents h3 {
110
- font-size: 20px;
111
- margin: 18px 0 2px;
112
- }
113
-
114
- .toastui-editor-contents h4 {
115
- font-size: 18px;
116
- margin: 10px 0 2px;
117
- }
118
-
119
- .toastui-editor-contents h3,
120
- .toastui-editor-contents h4 {
121
- line-height: 18px;
122
- }
123
-
124
- .toastui-editor-contents h5 {
125
- font-size: 16px;
126
- }
127
-
128
- .toastui-editor-contents h6 {
129
- font-size: 14px;
130
- }
131
-
132
- .toastui-editor-contents h5,
133
- .toastui-editor-contents h6 {
134
- line-height: 17px;
135
- margin: 9px 0 -4px;
136
- }
137
-
138
- .toastui-editor-contents del {
139
- color: #999;
140
- }
141
-
142
- .toastui-editor-contents blockquote {
143
- margin: 14px 0;
144
- border-left: 4px solid #e5e5e5;
145
- padding: 0 16px;
146
- color: #999;
147
- }
148
-
149
- .toastui-editor-contents blockquote p,
150
- .toastui-editor-contents blockquote ul,
151
- .toastui-editor-contents blockquote ol {
152
- color: #999;
153
- }
154
-
155
- .toastui-editor-contents blockquote > :first-child {
156
- margin-top: 0;
157
- }
158
-
159
- .toastui-editor-contents blockquote > :last-child {
160
- margin-bottom: 0;
161
- }
162
-
163
- .toastui-editor-contents pre,
164
- .toastui-editor-contents code {
165
- font-family: Consolas, Courier, 'Apple SD 산돌고딕 Neo', -apple-system, 'Lucida Grande',
166
- 'Apple SD Gothic Neo', '맑은 고딕', 'Malgun Gothic', 'Segoe UI', '돋움', dotum, sans-serif;
167
- border: 0;
168
- border-radius: 0;
169
- }
170
-
171
- .toastui-editor-contents pre {
172
- margin: 2px 0 8px;
173
- padding: 18px;
174
- background-color: #f4f7f8;
175
- }
176
-
177
- .toastui-editor-contents code {
178
- color: #c1798b;
179
- background-color: #f9f2f4;
180
- padding: 2px 3px;
181
- letter-spacing: -0.3px;
182
- border-radius: 2px;
183
- }
184
-
185
- .toastui-editor-contents pre code {
186
- padding: 0;
187
- color: inherit;
188
- white-space: pre-wrap;
189
- background-color: transparent;
190
- }
191
-
192
- .toastui-editor-contents img {
193
- margin: 4px 0 10px;
194
- box-sizing: border-box;
195
- vertical-align: top;
196
- max-width: 100%;
197
- }
198
-
199
- .toastui-editor-contents table {
200
- border: 1px solid rgba(0, 0, 0, 0.1);
201
- margin: 12px 0 14px;
202
- color: #222;
203
- width: auto;
204
- border-collapse: collapse;
205
- box-sizing: border-box;
206
- }
207
-
208
- .toastui-editor-contents table th,
209
- .toastui-editor-contents table td {
210
- border: 1px solid rgba(0, 0, 0, 0.1);
211
- padding: 5px 14px 5px 12px;
212
- height: 32px;
213
- }
214
-
215
- .toastui-editor-contents table th {
216
- background-color: #555;
217
- font-weight: 300;
218
- color: #fff;
219
- padding-top: 6px;
220
- }
221
-
222
- .toastui-editor-contents th p {
223
- margin: 0;
224
- color: #fff;
225
- }
226
-
227
- .toastui-editor-contents td p {
228
- margin: 0;
229
- padding: 0 2px;
230
- }
231
-
232
- .toastui-editor-contents td.toastui-editor-cell-selected {
233
- background-color: #d8dfec;
234
- }
235
-
236
- .toastui-editor-contents th.toastui-editor-cell-selected {
237
- background-color: #908f8f;
238
- }
239
-
240
- .toastui-editor-contents ul,
241
- .toastui-editor-contents menu,
242
- .toastui-editor-contents ol,
243
- .toastui-editor-contents dir {
244
- display: block;
245
- list-style-type: none;
246
- padding-left: 24px;
247
- margin: 6px 0 10px;
248
- color: #222;
249
- }
250
-
251
- .toastui-editor-contents ol {
252
- list-style-type: none;
253
- counter-reset: li;
254
- }
255
-
256
- .toastui-editor-contents ol > li {
257
- counter-increment: li;
258
- }
259
-
260
- .toastui-editor-contents ul > li::before,
261
- .toastui-editor-contents ol > li::before {
262
- display: inline-block;
263
- position: absolute;
264
- }
265
-
266
- .toastui-editor-contents ul > li::before {
267
- content: '';
268
- margin-top: 6px;
269
- margin-left: -17px;
270
- width: 5px;
271
- height: 5px;
272
- border-radius: 50%;
273
- background-color: #ccc;
274
- }
275
-
276
- .toastui-editor-contents ol > li::before {
277
- content: '.' counter(li);
278
- margin-left: -28px;
279
- width: 24px;
280
- text-align: right;
281
- direction: rtl;
282
- color: #aaa;
283
- }
284
-
285
- .toastui-editor-contents ul ul,
286
- .toastui-editor-contents ul ol,
287
- .toastui-editor-contents ol ol,
288
- .toastui-editor-contents ol ul {
289
- margin-top: 0 !important;
290
- margin-bottom: 0 !important;
291
- }
292
-
293
- .toastui-editor-contents ul li,
294
- .toastui-editor-contents ol li {
295
- position: relative;
296
- }
297
-
298
- .toastui-editor-contents ul p,
299
- .toastui-editor-contents ol p {
300
- margin: 0;
301
- }
302
-
303
- .toastui-editor-contents hr {
304
- border-top: 1px solid #eee;
305
- margin: 16px 0;
306
- }
307
-
308
- .toastui-editor-contents a {
309
- text-decoration: underline;
310
- color: #4b96e6;
311
- }
312
-
313
- .toastui-editor-contents a:hover {
314
- color: #1f70de;
315
- }
316
-
317
- .toastui-editor-contents .image-link {
318
- position: relative;
319
- }
320
-
321
- .toastui-editor-contents .image-link:hover::before {
322
- content: '';
323
- position: absolute;
324
- width: 30px;
325
- height: 30px;
326
- right: 0px;
327
- border-radius: 50%;
328
- border: 1px solid #c9ccd5;
329
- background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBzdHJva2U9IiM1NTUiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy42NjUgMTUuMDdsLTEuODE5LS4wMDJjLTEuNDg2IDAtMi42OTItMS4yMjgtMi42OTItMi43NDR2LS4xOTJjMC0xLjUxNSAxLjIwNi0yLjc0NCAyLjY5Mi0yLjc0NGgzLjg0NmMxLjQ4NyAwIDIuNjkyIDEuMjI5IDIuNjkyIDIuNzQ0di4xOTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAwIC00NTgxKSB0cmFuc2xhdGUoOTk1IDQ1NzYpIHRyYW5zbGF0ZSg1IDUpIHNjYWxlKDEgLTEpIHJvdGF0ZSg0NSAzNy4yOTMgMCkiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTIuMzI2IDQuOTM0bDEuODIyLjAwMmMxLjQ4NyAwIDIuNjkzIDEuMjI4IDIuNjkzIDIuNzQ0di4xOTJjMCAxLjUxNS0xLjIwNiAyLjc0NC0yLjY5MyAyLjc0NGgtMy44NDVjLTEuNDg3IDAtMi42OTItMS4yMjktMi42OTItMi43NDRWNy42OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDAgLTQ1ODEpIHRyYW5zbGF0ZSg5OTUgNDU3NikgdHJhbnNsYXRlKDUgNSkgc2NhbGUoMSAtMSkgcm90YXRlKDQ1IDMwLjk5NiAwKSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K) no-repeat;
330
- background-position: center;
331
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
332
- cursor: pointer;
333
- }
334
-
335
- .toastui-editor-contents .task-list-item {
336
- border: 0;
337
- list-style: none;
338
- padding-left: 24px;
339
- margin-left: -24px;
340
- }
341
-
342
- .toastui-editor-contents .task-list-item::before {
343
- background-repeat: no-repeat;
344
- background-size: 18px 18px;
345
- background-position: center;
346
- content: '';
347
- margin-left: 0;
348
- margin-top: 0;
349
- border-radius: 2px;
350
- height: 18px;
351
- width: 18px;
352
- position: absolute;
353
- left: 0;
354
- top: 1px;
355
- cursor: pointer;
356
- background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgc3Ryb2tlPSIjQ0NDIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAzMCAtMjk2KSB0cmFuc2xhdGUoNzg4IDE5MikgdHJhbnNsYXRlKDI0MiAxMDQpIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCB3aWR0aD0iMTciIGhlaWdodD0iMTciIHg9Ii41IiB5PSIuNSIgcng9IjIiLz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
357
- }
358
-
359
- .toastui-editor-contents .task-list-item.checked::before {
360
- background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iIzRCOTZFNiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2IDBjMS4xMDUgMCAyIC44OTUgMiAydjE0YzAgMS4xMDUtLjg5NSAyLTIgMkgyYy0xLjEwNSAwLTItLjg5NS0yLTJWMkMwIC44OTUuODk1IDAgMiAwaDE0em0tMS43OTMgNS4yOTNjLS4zOS0uMzktMS4wMjQtLjM5LTEuNDE0IDBMNy41IDEwLjU4NSA1LjIwNyA4LjI5M2wtLjA5NC0uMDgzYy0uMzkyLS4zMDUtLjk2LS4yNzgtMS4zMi4wODMtLjM5LjM5LS4zOSAxLjAyNCAwIDEuNDE0bDMgMyAuMDk0LjA4M2MuMzkyLjMwNS45Ni4yNzggMS4zMi0uMDgzbDYtNiAuMDgzLS4wOTRjLjMwNS0uMzkyLjI3OC0uOTYtLjA4My0xLjMyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNTAgLTI5NikgdHJhbnNsYXRlKDc4OCAxOTIpIHRyYW5zbGF0ZSgyNjIgMTA0KSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
361
- }
362
-
363
- .toastui-editor-custom-block .toastui-editor-custom-block-editor {
364
- background: #f9f7fd;
365
- color: #452d6b;
366
- border: solid 1px #dbd4ea;
367
- }
368
-
369
- .toastui-editor-custom-block .toastui-editor-custom-block-view {
370
- position: relative;
371
- padding: 9px 13px 8px 12px;
372
- }
373
-
374
- .toastui-editor-custom-block.ProseMirror-selectednode .toastui-editor-custom-block-view {
375
- border: solid 1px #dbd4ea;
376
- border-radius: 2px;
377
- }
378
-
379
- .toastui-editor-custom-block .toastui-editor-custom-block-view .tool {
380
- position: absolute;
381
- right: 10px;
382
- top: 7px;
383
- display: none;
384
- }
385
-
386
- .toastui-editor-custom-block.ProseMirror-selectednode .toastui-editor-custom-block-view .tool {
387
- display: block;
388
- }
389
-
390
- .toastui-editor-custom-block-view button {
391
- vertical-align: middle;
392
- width: 15px;
393
- height: 15px;
394
- margin-left: 8px;
395
- padding: 3px;
396
- border: solid 1px #cccccc;
397
- background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzU1NTU1NTt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==)
398
- no-repeat;
399
- background-position: center;
400
- background-size: 30px 30px;
401
- }
402
-
403
- .toastui-editor-custom-block-view .info {
404
- font-size: 13px;
405
- font-weight: bold;
406
- color: #5200d0;
407
- vertical-align: middle;
408
- }
409
-
410
- .toastui-editor-contents .toastui-editor-ww-code-block {
411
- position: relative;
412
- }
413
-
414
- .toastui-editor-contents .toastui-editor-ww-code-block:after {
415
- content: attr(data-language);
416
- position: absolute;
417
- display: inline-block;
418
- top: 10px;
419
- right: 10px;
420
- height: 24px;
421
- padding: 3px 35px 0 10px;
422
- font-weight: bold;
423
- font-size: 13px;
424
- color: #333;
425
- background: #e5e9ea url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzU1NTU1NTt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat;
426
- background-position: right;
427
- border-radius: 2px;
428
- background-size: 30px 30px;
429
- cursor: pointer;
430
- }
431
-
432
- .toastui-editor-ww-code-block-language {
433
- position: fixed;
434
- display: inline-block;
435
- width: 100px;
436
- height: 27px;
437
- right: 35px;
438
- border: 1px solid #ccc;
439
- border-radius: 2px;
440
- background-color: #fff;
441
- z-index: 30;
442
- }
443
-
444
- .toastui-editor-ww-code-block-language input {
445
- box-sizing: border-box;
446
- margin: 0;
447
- padding: 0 10px;
448
- height: 100%;
449
- width: 100%;
450
- background-color: transparent;
451
- border: none;
452
- outline: none;
453
- }
454
-
455
- .toastui-editor-contents-placeholder::before {
456
- content: attr(data-placeholder);
457
- color: grey;
458
- line-height: 160%;
459
- position: absolute;
460
- }
461
-
462
- .toastui-editor-md-preview .toastui-editor-contents h1 {
463
- min-height: 28px;
464
- }
465
-
466
- .toastui-editor-md-preview .toastui-editor-contents h2 {
467
- min-height: 23px;
468
- }
469
-
470
- .toastui-editor-md-preview .toastui-editor-contents blockquote {
471
- min-height: 20px;
472
- }
473
-
474
- .toastui-editor-md-preview .toastui-editor-contents li {
475
- min-height: 22px;
476
- }
477
-
478
- .toastui-editor-pseudo-clipboard {
479
- position: fixed;
480
- opacity: 0;
481
- width: 0;
482
- height: 0;
483
- left: -1000px;
484
- top: -1000px;
485
- z-index: -1;
486
- }
487
-
488
-