@zipify/wysiwyg 4.10.0-0 → 4.10.0-1

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.
@@ -0,0 +1,908 @@
1
+
2
+ .zw-toolbar__group[data-v-8467d9b8] {
3
+ display: flex;
4
+ column-gap: var(--zw-offset-xxs);
5
+ }
6
+
7
+ .zw-toolbar__divider[data-v-1a453fb5] {
8
+ border-color: rgba(var(--zw-color-n90), 0.1);
9
+ border-style: solid;
10
+ border-width: 0;
11
+ }
12
+ .zw-toolbar__divider--vertical[data-v-1a453fb5] {
13
+ border-left-width: 1px;
14
+ }
15
+ .zw-toolbar__divider--horizontal[data-v-1a453fb5] {
16
+ border-bottom-width: 1px;
17
+ }
18
+
19
+ .zw-toolbar__row[data-v-14a4e361] {
20
+ display: flex;
21
+ justify-content: space-between;
22
+ column-gap: var(--zw-offset-xs);
23
+ padding: var(--zw-offset-xxs) var(--zw-offset-xs);
24
+ }
25
+
26
+ .zw-button[data-v-9ea2a71b] {
27
+ display: inline-flex;
28
+ align-items: center;
29
+ vertical-align: middle;
30
+ touch-action: manipulation;
31
+ cursor: pointer;
32
+ background-image: none;
33
+ background-color: transparent;
34
+ border: 0;
35
+ padding: 0;
36
+ margin: 0;
37
+ white-space: nowrap;
38
+ appearance: none;
39
+ user-select: none;
40
+ text-transform: none;
41
+ letter-spacing: normal;
42
+ color: inherit;
43
+ transition: 0.1s opacity ease-out;
44
+ will-change: opacity;
45
+ }
46
+ .zw-button[data-v-9ea2a71b]::-moz-focus-inner {
47
+ border: 0 !important;
48
+ }
49
+ .zw-button[data-v-9ea2a71b]:hover,
50
+ .zw-button[data-v-9ea2a71b]:focus {
51
+ text-decoration: none;
52
+ outline: none;
53
+ }
54
+ .zw-button[data-v-9ea2a71b]:disabled {
55
+ user-select: none;
56
+ box-shadow: none;
57
+ cursor: not-allowed;
58
+ opacity: 0.35;
59
+ }
60
+ .zw-button--toolbar[data-v-9ea2a71b] {
61
+ border-radius: 1px;
62
+ min-height: 28px;
63
+ font-weight: var(--zw-font-weight-semibold);
64
+ font-size: var(--zw-font-size-xs);
65
+ line-height: var(--zw-line-height-xxs);
66
+ color: rgb(var(--zw-color-n70));
67
+ transition-property: background-color, color, opacity;
68
+ will-change: background-color, color, opacity;
69
+ }
70
+ .zw-button--primary[data-v-9ea2a71b] {
71
+ background-color: rgb(var(--zw-color-n500));
72
+ color: rgb(var(--zw-color-white));
73
+ padding: var(--zw-offset-xxs) var(--zw-offset-sm);
74
+ line-height: var(--zw-line-height-md);
75
+ }
76
+ .zw-button--primary[data-v-9ea2a71b],
77
+ .zw-button--secondary[data-v-9ea2a71b] {
78
+ color: rgb(var(--zw-color-white));
79
+ padding: var(--zw-offset-xxs) var(--zw-offset-sm);
80
+ font-weight: 600;
81
+ font-size: var(--zw-font-size-xs);
82
+ }
83
+ .zw-button--primary[data-v-9ea2a71b]:not(:disabled):hover,
84
+ .zw-button--secondary[data-v-9ea2a71b]:not(:disabled):hover {
85
+ opacity: 0.9;
86
+ }
87
+ .zw-button--toolbar[data-v-9ea2a71b]:not(.zw-button--icon) {
88
+ padding: var(--zw-offset-xxs) var(--zw-offset-xs);
89
+ }
90
+ .zw-button--toolbar[data-v-9ea2a71b]:not(:disabled):hover,
91
+ .zw-button--toolbar[data-v-9ea2a71b]:not(:disabled):focus,
92
+ .zw-button--toolbar.zw-button--active[data-v-9ea2a71b]:not(:disabled) {
93
+ color: rgb(var(--zw-color-white));
94
+ background-color: rgb(var(--zw-color-n5));
95
+ }
96
+ [data-v-9ea2a71b] .zw-button__customized-indicator {
97
+ width: 4px;
98
+ height: 4px;
99
+ background-color: rgb(var(--zw-color-y300));
100
+ border-radius: 50%;
101
+ position: absolute;
102
+ top: 3px;
103
+ right: 3px;
104
+ }
105
+
106
+ .zw-button-toggle[data-v-bbdc7b20] {
107
+ display: flex;
108
+ column-gap: var(--zw-offset-xxs);
109
+ }
110
+
111
+ .zw-icon[data-v-09bee8af] {
112
+ display: flex;
113
+ }
114
+ .zw-icon--auto-color[data-v-09bee8af] {
115
+ --zw-icon-foreground: currentColor;
116
+ }
117
+
118
+ .zw-scroll-view[data-v-07fd5408] .simplebar-placeholder {
119
+ display: none;
120
+ }
121
+ .zw-scroll-view[data-v-07fd5408] .simplebar-track {
122
+ width: 4px;
123
+ background-color: rgb(var(--zw-color-n20));
124
+ pointer-events: initial;
125
+ }
126
+ .zw-scroll-view[data-v-07fd5408] .simplebar-scrollbar {
127
+ width: 4px;
128
+ }
129
+ .zw-scroll-view[data-v-07fd5408] .simplebar-scrollbar::before {
130
+ top: 0;
131
+ left: 0;
132
+ background-color: rgb(var(--zw-color-n5));
133
+ cursor: pointer;
134
+ height: 100%;
135
+ width: 100%;
136
+ opacity: 1;
137
+ border-radius: 0;
138
+ }
139
+
140
+ .zw-field-label[data-v-7ab8105c] {
141
+ font-weight: var(--zw-font-weight-thin);
142
+ font-size: var(--zw-font-size-xxs);
143
+ line-height: var(--zw-line-height-xxs);
144
+ color: rgb(var(--zw-color-n70));
145
+ display: block;
146
+ }
147
+
148
+ .zw-range[data-v-c0059745] {
149
+ width: 100%;
150
+ height: 32px;
151
+ background: none;
152
+ cursor: pointer;
153
+ flex-grow: 1;
154
+ -webkit-appearance: none;
155
+
156
+ --zw-range-track-background-color: transparent;
157
+ --zw-range-track-background-image: linear-gradient(to right, #B3B3B3 var(--zw-range-progress), #3B3B3B var(--zw-range-progress));
158
+ --zw-range-thumb-background: rgb(var(--zw-color-white));
159
+ --zw-range-thumb-box-shadow: -1px -1px 3px rgba(59, 59, 59, 0.35), 1px 1px 3px rgba(59, 59, 59, 0.35);
160
+ }
161
+ .zw-range[data-v-c0059745]::-webkit-slider-runnable-track {
162
+ width: 100%;
163
+ height: 4px;
164
+ border: 0;
165
+ border-radius: 0;
166
+ background-size: 100%;
167
+ background-color: var(--zw-range-track-background-color);
168
+ background-image: var(--zw-range-track-background-image);
169
+ }
170
+ .zw-range[data-v-c0059745]::-moz-range-track {
171
+ width: 100%;
172
+ height: 4px;
173
+ border: 0;
174
+ border-radius: 0;
175
+ background-size: 100%;
176
+ background-color: var(--zw-range-track-background-color);
177
+ background-image: var(--zw-range-track-background-image);
178
+ }
179
+ .zw-range[data-v-c0059745]::-ms-track {
180
+ width: 100%;
181
+ height: 4px;
182
+ border: 0;
183
+ border-radius: 0;
184
+ background-size: 100%;
185
+ background-color: var(--zw-range-track-background-color);
186
+ background-image: var(--zw-range-track-background-image);
187
+ }
188
+ .zw-range[data-v-c0059745]::-webkit-slider-thumb {
189
+ height: 13px;
190
+ width: 13px;
191
+ border-radius: 100%;
192
+ margin-top: -5px;
193
+ background: var(--zw-range-thumb-background);
194
+ box-shadow: var(--zw-range-thumb-box-shadow);
195
+ -webkit-appearance: none;
196
+ transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
197
+ }
198
+ .zw-range[data-v-c0059745]::-moz-range-thumb {
199
+ height: 13px;
200
+ width: 13px;
201
+ border-radius: 100%;
202
+ margin-top: -5px;
203
+ background: var(--zw-range-thumb-background);
204
+ box-shadow: var(--zw-range-thumb-box-shadow);
205
+ -webkit-appearance: none;
206
+ transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
207
+ }
208
+ .zw-range[data-v-c0059745]::-ms-thumb {
209
+ height: 13px;
210
+ width: 13px;
211
+ border-radius: 100%;
212
+ margin-top: -5px;
213
+ background: var(--zw-range-thumb-background);
214
+ box-shadow: var(--zw-range-thumb-box-shadow);
215
+ -webkit-appearance: none;
216
+ transition: box-shadow 150ms cubic-bezier(0, 0, 0.2, 1);
217
+ }
218
+
219
+ /* Browser hacks */
220
+ .zw-range[data-v-c0059745]::-moz-focus-outer,
221
+ .zw-range[data-v-c0059745]::-moz-range-thumb {
222
+ border: 0;
223
+ }
224
+
225
+ /* In IE don't know how it count margin for thumb */
226
+ /* but it works */
227
+ .zw-range[data-v-c0059745]::-ms-thumb {
228
+ margin-top: -2px;
229
+ }
230
+
231
+ /* END browser hacks */
232
+ .zw-range[data-v-c0059745]:focus {
233
+ outline: none;
234
+ }
235
+ .zw-range[data-v-c0059745]:disabled {
236
+ cursor: not-allowed;
237
+ opacity: 0.6;
238
+ --zw-range-track-background-color: #3B3B3B;
239
+ --zw-range-track-background-image: linear-gradient(to right, #B3B3B3 var(--zw-range-progress), #3B3B3B var(--zw-range-progress));
240
+ }
241
+ .zw-range[data-v-c0059745]:disabled {
242
+ --zw-range-thumb-background: #B3B3B3;
243
+ --zw-range-thumb-box-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
244
+ }
245
+ .zw-range[data-v-c0059745]:not(:disabled):hover {
246
+ --zw-range-thumb-box-shadow: 0 0 0 8px rgba(240, 240, 240, 0.15);
247
+ }
248
+ .zw-range[data-v-c0059745]:not(:disabled):active {
249
+ --zw-range-thumb-box-shadow: 0 0 0 12px rgba(240, 240, 240, 0.15);
250
+ }
251
+
252
+ .zw-number-field[data-v-e462abc1] {
253
+ --border-color: rgb(var(--zw-color-n60));
254
+ --text-color: rgb(var(--zw-color-n85));
255
+ --buttons-color: rgb(var(--zw-color-n70));
256
+
257
+ padding: 2px 4px;
258
+ border: solid 1px var(--border-color);
259
+ align-items: stretch;
260
+ display: flex;
261
+ }
262
+ .zw-number-field[data-v-e462abc1]:hover {
263
+ --border-color: rgb(var(--zw-color-n80));
264
+ --text-color: rgb(var(--zw-color-n85));
265
+ }
266
+ .zw-number-field[data-v-e462abc1]:focus,
267
+ .zw-number-field[data-v-e462abc1]:focus-within {
268
+ --border-color: rgb(var(--zw-color-white));
269
+ --text-color: rgb(var(--zw-color-white));
270
+ }
271
+ .zw-number-field__input[data-v-e462abc1] {
272
+ color: var(--text-color);
273
+ background-color: rgb(var(--zw-color-n15));
274
+ border: 0;
275
+ display: block;
276
+ width: 100%;
277
+ outline: none !important;
278
+ line-height: var(--zw-line-height-md);
279
+ font-size: var(--zw-font-size-xs);
280
+ -moz-appearance: textfield;
281
+ }
282
+ .zw-number-field__buttons[data-v-e462abc1] {
283
+ display: none;
284
+ flex-direction: column;
285
+ height: 100%;
286
+ }
287
+ .zw-number-field:hover .zw-number-field__buttons[data-v-e462abc1],
288
+ .zw-number-field:focus .zw-number-field__buttons[data-v-e462abc1],
289
+ .zw-number-field:focus-within .zw-number-field__buttons[data-v-e462abc1] {
290
+ display: flex;
291
+ }
292
+ .zw-number-field__input[data-v-e462abc1]::placeholder {
293
+ color: var(--text-color);
294
+ }
295
+ .zw-number-field__input[data-v-e462abc1]::-webkit-outer-spin-button,
296
+ .zw-number-field__input[data-v-e462abc1]::-webkit-inner-spin-button {
297
+ color: var(--text-color);
298
+ -webkit-appearance: none;
299
+ }
300
+ .zw-number-field__controls[data-v-e462abc1] {
301
+ min-width: var(--zw-offset-sm);
302
+ }
303
+ .zw-number-field--disabled[data-v-e462abc1] {
304
+ opacity: 0.5;
305
+ }
306
+ .zw-number-field--disabled[data-v-e462abc1],
307
+ .zw-number-field--disabled .zw-number-field__input[data-v-e462abc1] {
308
+ cursor: not-allowed;
309
+ }
310
+ .zw-number-field__increment-button[data-v-e462abc1],
311
+ .zw-number-field__decrement-button[data-v-e462abc1] {
312
+ width: 100%;
313
+ height: 50%;
314
+ display: flex;
315
+ align-items: center;
316
+ justify-content: center;
317
+ }
318
+ .zw-number-field__increment-button[data-v-e462abc1]::after,
319
+ .zw-number-field__decrement-button[data-v-e462abc1]::after {
320
+ content: "";
321
+ border-left: 3px solid transparent;
322
+ border-right: 3px solid transparent;
323
+ }
324
+ .zw-number-field__increment-button[data-v-e462abc1]::after {
325
+ border-bottom: 3px solid var(--buttons-color);
326
+ }
327
+ .zw-number-field__decrement-button[data-v-e462abc1]::after {
328
+ border-top: 3px solid var(--buttons-color);
329
+ }
330
+ .zw-number-field__increment-button[data-v-e462abc1]:hover,
331
+ .zw-number-field__decrement-button[data-v-e462abc1]:hover {
332
+ background-color: rgb(var(--zw-color-n20));
333
+ --buttons-color: rgb(var(--zw-color-white));
334
+ }
335
+ .zw-number-field__units[data-v-e462abc1] {
336
+ color: rgb(var(--zw-color-n70));
337
+ font-size: var(--zw-font-size-xs);
338
+ line-height: var(--zw-line-height-md);
339
+ text-align: center;
340
+ display: inline-block;
341
+ width: 100%;
342
+ }
343
+ .zw-number-field:hover .zw-number-field__units[data-v-e462abc1],
344
+ .zw-number-field:focus .zw-number-field__units[data-v-e462abc1] {
345
+ display: none;
346
+ }
347
+
348
+ .zw-modal[data-v-b3c0b9ad] {
349
+ position: var(--8349ba3e);
350
+ }
351
+
352
+ .zw-modal[data-v-72ecfd23] {
353
+ border-radius: 2px;
354
+ box-shadow: 0 0 4px rgba(var(--zw-color-black), 0.3);
355
+ background-color: rgb(var(--zw-color-n15));
356
+ max-height: var(--3b807430);
357
+ max-width: var(--749527c6);
358
+ z-index: 1000;
359
+ will-change: transform;
360
+ }
361
+ .zw-modal--enter-active[data-v-72ecfd23] {
362
+ transition: opacity 0.15s ease-out;
363
+ }
364
+ .zw-modal--enter-from[data-v-72ecfd23],
365
+ .zw-modal--leave-to[data-v-72ecfd23] {
366
+ opacity: 0;
367
+ }
368
+ .zw-modal--leave-active[data-v-72ecfd23] {
369
+ transition: opacity 0.1s ease-in;
370
+ }
371
+
372
+ /* Scrollbar overrides in modal */
373
+ .zw-modal[data-v-72ecfd23] .simplebar-offset,
374
+ .zw-modal[data-v-72ecfd23] .simplebar-mask {
375
+ position: initial;
376
+ }
377
+ .zw-modal[data-v-72ecfd23] .simplebar-content {
378
+ max-height: var(--3b807430);
379
+ padding: 0 !important;
380
+ }
381
+ .zw-modal[data-v-72ecfd23] .simplebar-content-wrapper {
382
+ overscroll-behavior: contain;
383
+ }
384
+
385
+ .zw-field[data-v-dfa0d6f0] {
386
+ display: flex;
387
+ flex-direction: column;
388
+ }
389
+ .zw-field__input[data-v-dfa0d6f0] {
390
+ --border-color: rgb(var(--zw-color-n60));
391
+ --text-color: rgb(var(--zw-color-n85));
392
+
393
+ border: 1px solid var(--border-color);
394
+ background-color: transparent;
395
+ color: var(--text-color);
396
+ font-size: var(--zw-font-size-xxs);
397
+ outline: none;
398
+ padding: 6px;
399
+ line-height: var(--zw-line-height-xxs);
400
+ transition: 0.1s border ease-out, 0.1s color ease-out;
401
+ will-change: border, color;
402
+ }
403
+ .zw-field__input[data-v-dfa0d6f0]:hover {
404
+ --border-color: rgb(var(--zw-color-n80));
405
+ --text-color: rgb(var(--zw-color-n85));
406
+ }
407
+ .zw-field__input[data-v-dfa0d6f0]:focus,
408
+ .zw-field__input[data-v-dfa0d6f0]:focus-within {
409
+ --border-color: rgb(var(--zw-color-white));
410
+ --text-color: rgb(var(--zw-color-white));
411
+ }
412
+ .zw-field__label[data-v-dfa0d6f0] {
413
+ display: inline-block;
414
+ font-size: var(--zw-font-size-xxs);
415
+ padding-bottom: var(--zw-offset-xxs);
416
+ line-height: var(--zw-line-height-xxs);
417
+ }
418
+ .zw-field__label--error[data-v-dfa0d6f0] {
419
+ font-size: var(--zw-font-size-xxs);
420
+ margin: var(--zw-offset-xxs) 0 0;
421
+ color: rgb(var(--zw-color-red));
422
+ }
423
+
424
+ .zw-checkbox[data-v-e1624b5d] {
425
+ display: inline-flex;
426
+ align-items: center;
427
+ position: relative;
428
+ cursor: pointer;
429
+ padding: var(--zw-offset-xxs) var(--zw-offset-xxs) var(--zw-offset-xxs) 0;
430
+ }
431
+ .zw-checkbox__field + .zw-checkbox__indicator[data-v-e1624b5d] {
432
+ color: var(--zw-color-n200);
433
+ box-shadow: inset 0 0 0 2px currentColor;
434
+ }
435
+ .zw-checkbox:hover .zw-checkbox__indicator[data-v-e1624b5d],
436
+ .zw-checkbox:focus .zw-checkbox__indicator[data-v-e1624b5d],
437
+ .zw-checkbox:focus-within .zw-checkbox__indicator[data-v-e1624b5d] {
438
+ box-shadow: inset 0 0 0 2px rgb(var(--zw-color-b200));
439
+ }
440
+ .zw-checkbox__field:checked + .zw-checkbox__indicator[data-v-e1624b5d] {
441
+ color: rgb(var(--zw-color-b200))
442
+ }
443
+ .zw-checkbox .zw-checkbox__field:checked + .zw-checkbox__indicator[data-v-e1624b5d] {
444
+ background-color: rgb(var(--zw-color-b200));
445
+ }
446
+ .zw-checkbox .zw-checkbox__indicator[data-v-e1624b5d]::after {
447
+ content: "";
448
+ display: block;
449
+ height: 16px;
450
+ transform: scale(0.6);
451
+ transition: transform 0.2s ease-out;
452
+ width: 16px;
453
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0uMyAxNGMtLjItLjItLjMtLjUtLjMtLjdzLjEtLjUuMy0uN2wxLjQtMS40Yy40LS40IDEtLjQgMS40IDBsLjEuMSA1LjUgNS45Yy4yLjIuNS4yLjcgMEwyMi44IDMuM2guMWMuNC0uNCAxLS40IDEuNCAwbDEuNCAxLjRjLjQuNC40IDEgMCAxLjRsLTE2IDE2LjZjLS4yLjItLjQuMy0uNy4zLS4zIDAtLjUtLjEtLjctLjNMLjUgMTQuMy4zIDE0eiIvPgo8L3N2Zz4K");
454
+ background-repeat: no-repeat;
455
+ background-size: 16px;
456
+ background-position: center center;
457
+ }
458
+ .zw-checkbox__field:not(:checked) + .zw-checkbox__indicator[data-v-e1624b5d]::after {
459
+ transform: scale(0);
460
+ }
461
+ .zw-checkbox__field[data-v-e1624b5d] {
462
+ position: absolute;
463
+ opacity: 0;
464
+ height: 0;
465
+ width: 0;
466
+ }
467
+ .zw-checkbox__label[data-v-e1624b5d] {
468
+ font-size: var(--zw-font-size-xs);
469
+ }
470
+
471
+ .zw-dropdown__activator[data-v-678de368] {
472
+ width: 100%;
473
+ }
474
+ .zw-dropdown__activator-title[data-v-678de368] {
475
+ margin-right: var(--zw-offset-xxs);
476
+ }
477
+ .zw-dropdown__activator-arrow[data-v-678de368] {
478
+ margin-left: auto;
479
+ }
480
+ .zw-dropdown__activator--active .zw-dropdown__activator-arrow[data-v-678de368] {
481
+ transform: rotateX(180deg);
482
+ }
483
+ .zw-dropdown__activator--gray[data-v-678de368] {
484
+ background-color: rgb(var(--zw-color-n20));
485
+ font-size: var(--zw-font-size-xxs);
486
+ color: rgb(var(--zw-color-white));
487
+ }
488
+ .zw-dropdown__customized-indicator[data-v-678de368] {
489
+ position: relative;
490
+ top: calc(0px - var(--zw-offset-xs));
491
+ min-width: 4px;
492
+ height: 4px;
493
+ background-color: rgb(var(--zw-color-y300));
494
+ border-radius: 50%;
495
+ }
496
+
497
+ .zw-dropdown__option[data-v-2e8320d2] {
498
+ width: 100%;
499
+ display: block;
500
+ color: rgb(var(--zw-color-white));
501
+ padding-top: var(--zw-offset-xxs);
502
+ padding-right: var(--zw-offset-sm);
503
+ padding-left: calc(var(--zw-offset-sm) + var(--zw-option-offset, 0px));
504
+ padding-bottom: var(--zw-offset-xxs);
505
+ text-align: left;
506
+ transition: 0.1s background-color ease-out;
507
+ will-change: background-color;
508
+ }
509
+ .zw-dropdown__option[data-v-2e8320d2]:hover,
510
+ .zw-dropdown__option[data-v-2e8320d2]:focus,
511
+ .zw-dropdown__option--active[data-v-2e8320d2] {
512
+ background-color: rgb(var(--zw-color-n30));
513
+ }
514
+
515
+ .zw-dropdown__group[data-v-2239aa7b] {
516
+ padding-top: var(--zw-offset-xs);
517
+ padding-bottom: var(--zw-offset-xs);
518
+ --zw-option-offset: var(--zw-offset-xs);
519
+ }
520
+ .zw-dropdown__group-title[data-v-2239aa7b] {
521
+ color: var(--zw-color-n70);
522
+ font-weight: var(--zw-font-weight-semibold);
523
+ padding-left: var(--zw-offset-sm);
524
+ padding-right: var(--zw-offset-sm);
525
+ margin-top: 0;
526
+ margin-bottom: var(--zw-offset-xs);
527
+ }
528
+
529
+ .zw-dropdown__divider[data-v-91a22273] {
530
+ padding: 0 var(--zw-offset-sm);
531
+ }
532
+ .zw-dropdown__divider[data-v-91a22273]::before {
533
+ content: "";
534
+ display: block;
535
+ border-bottom: 1px solid rgb(var(--zw-color-n30));
536
+ }
537
+
538
+ .zw-dropdown__menu {
539
+ padding-top: var(--zw-offset-xs);
540
+ padding-bottom: var(--zw-offset-xs);
541
+ }
542
+
543
+ .zw-dropdown[data-v-0d65726d] {
544
+ position: relative;
545
+ font-size: var(--zw-font-size-xs);
546
+ line-height: var(--zw-line-height-xxs);
547
+ }
548
+
549
+ .zw-font-family-control[data-v-3931975f] {
550
+ width: 96px;
551
+ }
552
+ .zw-font-family-control__option[data-v-3931975f] {
553
+ font-weight: 400;
554
+ font-family: var(--zw-font-family-option);
555
+ }
556
+
557
+ .zw-font-weight-control[data-v-54f744a9] {
558
+ width: 60px;
559
+ }
560
+
561
+ .zw-font-size-control[data-v-9452b945] {
562
+ width: 72px;
563
+ }
564
+
565
+ .zw-line-height-control__modal[data-v-8eb86211] {
566
+ padding: var(--zw-offset-sm);
567
+ }
568
+ .zw-line-height-control__row[data-v-8eb86211] {
569
+ display: flex;
570
+ align-items: center;
571
+ }
572
+ .zw-line-height-control__range[data-v-8eb86211] {
573
+ width: 156px;
574
+ }
575
+ .zw-line-height-control__field[data-v-8eb86211] {
576
+ width: 64px;
577
+ margin-left: var(--zw-offset-sm);
578
+ }
579
+
580
+ .zpa-list-control[data-v-923a86d6] {
581
+ display: flex;
582
+ }
583
+ .zpa-list-control[data-v-923a86d6]:hover {
584
+ color: rgb(var(--zw-color-white));
585
+ background-color: rgb(var(--zw-color-n5));
586
+ }
587
+ .zw-list-control__activator[data-v-923a86d6] {
588
+ padding: 0 var(--zw-offset-xs);
589
+ }
590
+ .zw-list-control__option[data-v-923a86d6] {
591
+ padding: 0 var(--zw-offset-xs);
592
+ display: flex;
593
+ }
594
+
595
+ .zw-link-modal-header[data-v-d721e93d] {
596
+ display: flex;
597
+ align-items: center;
598
+ justify-content: space-between;
599
+ padding: var(--zw-offset-sm);
600
+ border-bottom: 2px solid rgb(var(--zw-color-n5));
601
+ }
602
+ .zw-link-modal-header__title[data-v-d721e93d] {
603
+ text-transform: uppercase;
604
+ font-weight: var(--zw-font-weight-semibold);
605
+ font-size: var(--zw-font-size-xxs);
606
+ color: rgb(var(--zw-color-white));
607
+ }
608
+ .zw-link-modal-header__unlink-icon[data-v-d721e93d] {
609
+ margin-right: var(--zw-offset-xxs);
610
+ }
611
+ .zw-link-modal-header__unlink-button[data-v-d721e93d] {
612
+ color: rgb(var(--zw-color-n80));
613
+ font-size: var(--zw-font-size-xxs);
614
+ transition: 0.1s opacity ease-out, 0.1s color ease-out;
615
+ will-change: opacity, color;
616
+ }
617
+ .zw-link-modal-header__unlink-button[data-v-d721e93d]:disabled {
618
+ opacity: 0.35;
619
+ }
620
+ .zw-link-modal-header__unlink-button[data-v-d721e93d]:focus,
621
+ .zw-link-modal-header__unlink-button[data-v-d721e93d]:focus-within,
622
+ .zw-link-modal-header__unlink-button[data-v-d721e93d]:hover {
623
+ color: rgb(var(--zw-color-white));
624
+ }
625
+
626
+ .zw-link-modal[data-v-5d6cf980] {
627
+ width: 266px;
628
+ }
629
+ .zw-link-modal__body[data-v-5d6cf980] {
630
+ padding: var(--zw-offset-sm);
631
+ }
632
+ .zw-link-modal__actions[data-v-5d6cf980] {
633
+ display: flex;
634
+ justify-content: flex-end;
635
+ }
636
+ [data-v-5d6cf980] .zw-link-modal-dropdown__option {
637
+ width: 234px;
638
+ }
639
+
640
+ .zw-style-preset-control__option[data-v-c80fcebf] {
641
+ display: flex;
642
+ justify-content: space-between;
643
+ align-items: center;
644
+ }
645
+ .zw-style-preset-control__color[data-v-c80fcebf] {
646
+ width: 10px;
647
+ height: 10px;
648
+ border: 1px solid rgba(var(--zw-color-black), 0.15);
649
+ border-radius: 14.71%;
650
+ background-color: var(--zw-color-option);
651
+ }
652
+ .zw-style-preset-control__size[data-v-c80fcebf] {
653
+ font-size: 10px;
654
+ color: rgb(var(--zw-color-n70));
655
+ margin-left: var(--zw-offset-sm);
656
+ }
657
+ .zw-style-preset-control__title[data-v-c80fcebf] {
658
+ width: 82px;
659
+ margin-left: var(--zw-offset-xs);
660
+ font-size: var(--zw-font-size-xxs);
661
+ font-family: var(--zw-font-family-option);
662
+ font-style: var(--zw-font-style-option);
663
+ font-weight: var(--zw-font-weight-option);
664
+ text-decoration: var(--zw-text-decoration-option);
665
+ }
666
+
667
+ .zw-style-preset-control[data-v-a8aff4db] {
668
+ display: flex;
669
+ align-items: center;
670
+ }
671
+ .zw-style-preset-control__dropdown[data-v-a8aff4db] {
672
+ width: 120px;
673
+ }
674
+ .zw-style-preset-control__reset[data-v-a8aff4db] {
675
+ color: rgb(var(--zw-color-n70));
676
+ background-color: rgb(var(--zw-color-n20));
677
+ }
678
+ .zw-style-preset-control__reset[data-v-a8aff4db]:disabled {
679
+ background-color: transparent;
680
+ }
681
+ .zw-style-preset-control__reset[data-v-a8aff4db]:not(:disabled):hover,
682
+ .zw-style-preset-control__reset[data-v-a8aff4db]:not(:disabled):focus,
683
+ .zw-style-preset-control__reset[data-v-a8aff4db]:not(:disabled):focus-within {
684
+ color: rgb(var(--zw-color-white));
685
+ background-color: rgb(var(--zw-color-n30));
686
+ }
687
+
688
+ .zw-toolbar[data-v-ba15f8db] {
689
+ border: 1px solid rgba(var(--zw-color-white), 0.2);
690
+ border-radius: 2px;
691
+ background-color: rgba(var(--zw-color-n15), 0.9);
692
+ backdrop-filter: blur(8px);
693
+ -webkit-backdrop-filter: blur(8px);
694
+ color: rgb(var(--zw-color-n70));
695
+ z-index: 999999;
696
+ text-align: left;
697
+ position: fixed;
698
+ --zw-toolbar-offset-y: calc(var(--1fad2e10) * 1px)
699
+ }
700
+ .zw-toolbar[data-v-ba15f8db]::before,
701
+ .zw-toolbar[data-v-ba15f8db]::after {
702
+ content: "";
703
+ display: block;
704
+ width: 100%;
705
+ height: calc(var(--zw-toolbar-offset-y) + 4px);
706
+ position: absolute;
707
+ --zw-toolbar-safe-zone: calc(-1 * var(--zw-toolbar-offset-y));
708
+ }
709
+ .zw-toolbar[data-v-ba15f8db]::before {
710
+ top: var(--zw-toolbar-safe-zone);
711
+ }
712
+ .zw-toolbar[data-v-ba15f8db]::after {
713
+ bottom: var(--zw-toolbar-safe-zone);
714
+ }
715
+ .zw-toolbar--enter-active[data-v-ba15f8db],
716
+ .zw-toolbar--leave-active[data-v-ba15f8db] {
717
+ transition: opacity 150ms ease-out;
718
+ }
719
+ .zw-toolbar--leave-active[data-v-ba15f8db] {
720
+ transition: opacity 0s ease-in;
721
+ }
722
+ .zw-toolbar--enter-from[data-v-ba15f8db],
723
+ .zw-toolbar--leave-to[data-v-ba15f8db] {
724
+ opacity: 0;
725
+ }
726
+ .zw-wysiwyg,
727
+ .zw-toolbar {
728
+ --zw-color-n5: 13, 13, 13; /* #0D0D0D */
729
+ --zw-color-n15: 38, 38, 38; /* #262626 */
730
+ --zw-color-n20: 59, 59, 59; /* #3B3B3B */
731
+ --zw-color-n30: 77, 77, 77; /* #4D4D4D */
732
+ --zw-color-n60: 153, 153, 153; /* #999999 */
733
+ --zw-color-n70: 179, 179, 179; /* #B3B3B3 */
734
+ --zw-color-n80: 196, 196, 196; /* #C4C4C4 */
735
+ --zw-color-n85: 217, 217, 217; /* #D9D9D9 */
736
+ --zw-color-n90: 230, 230, 230; /* #E6E6E6 */
737
+ --zw-color-n200: 194, 200, 209; /* #C2C8D1 */
738
+ --zw-color-n500: 54, 64, 76; /* #36404C */
739
+ --zw-color-y300: 255, 171, 0; /* #FFAB00 */
740
+ --zw-color-b200: 38, 132, 255; /* #0065FF */
741
+ --zw-color-black: 0, 0, 0;
742
+ --zw-color-white: 255, 255, 255;
743
+ --zw-color-red: 234, 58, 58; /* #EA3A3A */
744
+
745
+ --zw-offset-xxs: 4px;
746
+ --zw-offset-xs: 8px;
747
+ --zw-offset-xsm: 12px;
748
+ --zw-offset-sm: 16px;
749
+ --zw-offset-md: 24px;
750
+
751
+ --zw-font-weight-thin: 400;
752
+ --zw-font-weight-semibold: 500;
753
+
754
+ --zw-font-size-xxs: 12px;
755
+ --zw-font-size-xs: 14px;
756
+
757
+ --zw-line-height-xxs: 1.21;
758
+ --zw-line-height-md: 1.72;
759
+ }
760
+ .zw-wysiwyg__placeholder::before {
761
+ content: attr(data-placeholder);
762
+ color: rgb(var(--zw-color-n70));
763
+ float: left;
764
+ height: 0;
765
+ pointer-events: none;
766
+ }
767
+ .zw-superscript {
768
+ font-size: 75%;
769
+ position: relative;
770
+ vertical-align: initial;
771
+ top: -0.5em;
772
+ }
773
+ .zw-style.zw-style.zw-style {
774
+ font-weight: var(--zw-font-weight, var(--zw-preset-font-weight));
775
+ font-family: var(--zw-font-family, var(--zw-preset-font-family));
776
+ color: var(--zw-font-color, var(--zw-preset-font-color));
777
+ font-style: var(--zw-font-style, var(--zw-preset-font-style));
778
+ text-decoration: var(--zw-text-decoration, var(--zw-preset-text-decoration));
779
+ background-color: var(--zw-background-color, var(--zw-preset-background-color));
780
+ margin: var(--zw-margin);
781
+ }
782
+ h1.zw-style.zw-style.zw-style,
783
+ h2.zw-style.zw-style.zw-style,
784
+ h3.zw-style.zw-style.zw-style,
785
+ h4.zw-style.zw-style.zw-style {
786
+ margin: var(--zw-margin, 8px 0);
787
+ }
788
+ @media (min-width: 1200px) {
789
+ .zw-style.zw-style.zw-style {
790
+ font-size: var(--zw-font-size-desktop, var(--zw-preset-font-size-desktop));
791
+ text-align: var(--zw-alignment-desktop, var(--zw-preset-alignment-desktop));
792
+ line-height: var(--zw-line-height-desktop, var(--zw-preset-line-height-desktop));
793
+ }
794
+ }
795
+ @media (min-width: 769px) and (max-width: 1199.98px) {
796
+ .zw-style.zw-style.zw-style {
797
+ font-size: var(--zw-font-size-tablet, var(--zw-preset-font-size-tablet));
798
+ text-align: var(--zw-alignment-tablet, var(--zw-preset-alignment-tablet));
799
+ line-height: var(--zw-line-height-tablet, var(--zw-preset-line-height-tablet));
800
+ }
801
+ }
802
+ @media (max-width: 768.98px) {
803
+ .zw-style.zw-style.zw-style {
804
+ font-size: var(--zw-font-size-mobile, var(--zw-preset-font-size-mobile));
805
+ text-align: var(--zw-alignment-mobile, var(--zw-preset-alignment-mobile));
806
+ line-height: var(--zw-line-height-mobile, var(--zw-preset-line-height-mobile));
807
+ }
808
+ }
809
+ /* ProseMirror styles */
810
+ .ProseMirror {
811
+ position: relative;
812
+ outline: none;
813
+ }
814
+ .ProseMirror {
815
+ word-wrap: break-word;
816
+ white-space: break-spaces;
817
+ -webkit-font-variant-ligatures: none;
818
+ font-variant-ligatures: none;
819
+ font-feature-settings: "liga" 0; /* the above doesn't seem to work in Edge */
820
+ }
821
+ .ProseMirror [contenteditable="false"] {
822
+ white-space: normal;
823
+ }
824
+ .ProseMirror [contenteditable="false"] [contenteditable="true"] {
825
+ white-space: pre-wrap;
826
+ }
827
+ .ProseMirror pre {
828
+ white-space: pre-wrap;
829
+ }
830
+ img.ProseMirror-separator {
831
+ display: inline !important;
832
+ border: none !important;
833
+ margin: 0 !important;
834
+ width: 1px !important;
835
+ height: 1px !important;
836
+ }
837
+ .ProseMirror-gapcursor {
838
+ display: none;
839
+ pointer-events: none;
840
+ position: absolute;
841
+ margin: 0;
842
+ }
843
+ .ProseMirror-gapcursor::after {
844
+ content: "";
845
+ display: block;
846
+ position: absolute;
847
+ top: -2px;
848
+ width: 20px;
849
+ border-top: 1px solid #000;
850
+ animation: ProseMirror-cursor-blink 1.1s steps(2, start) infinite;
851
+ }
852
+ .ProseMirror span {
853
+ display: block;
854
+ }
855
+ .ProseMirror :where(p, h1, h2, h3, h4) span {
856
+ display: initial;
857
+ }
858
+ @keyframes ProseMirror-cursor-blink {
859
+ to {
860
+ visibility: hidden;
861
+ }
862
+ }
863
+ .ProseMirror-hideselection *::selection {
864
+ background: transparent;
865
+ }
866
+ .ProseMirror-hideselection *::-moz-selection {
867
+ background: transparent;
868
+ }
869
+ .ProseMirror-hideselection * {
870
+ caret-color: transparent;
871
+ }
872
+ .ProseMirror-focused .ProseMirror-gapcursor {
873
+ display: block;
874
+ }
875
+ .tippy-box[data-animation=fade][data-state=hidden] {
876
+ opacity: 0
877
+ }
878
+ .zw-dropdown__default-option {
879
+ font-size: var(--zw-font-size-xxs);
880
+ color: rgb(var(--zw-color-n70));
881
+ font-family: "Lato", sans-serif;
882
+ font-style: italic;
883
+ margin-left: var(--zw-offset-xxs);
884
+ }
885
+ .zw-text--truncate {
886
+ white-space: nowrap;
887
+ overflow: hidden;
888
+ text-overflow: ellipsis;
889
+ max-width: 100%;
890
+ }
891
+ .zw-position--relative {
892
+ position: relative;
893
+ }
894
+ .zw-margin-bottom--xxs {
895
+ margin-bottom: var(--zw-offset-xxs) !important;
896
+ }
897
+ .zw-margin-bottom--xs {
898
+ margin-bottom: var(--zw-offset-xs) !important;
899
+ }
900
+ .zw-margin-bottom--sm {
901
+ margin-bottom: var(--zw-offset-sm) !important;
902
+ }
903
+ .zw-margin-bottom--md {
904
+ margin-bottom: var(--zw-offset-md) !important;
905
+ }
906
+ .zw-margin-right--xs {
907
+ margin-right: var(--zw-offset-xs) !important;
908
+ }