@zipify/wysiwyg 1.0.0-dev.91 → 1.0.0-dev.92

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/wysiwyg.css CHANGED
@@ -369,11 +369,11 @@
369
369
  overscroll-behavior: contain;
370
370
  }
371
371
 
372
- .zw-field[data-v-7bbd0125] {
372
+ .zw-field[data-v-20ee36c3] {
373
373
  display: flex;
374
374
  flex-direction: column;
375
375
  }
376
- .zw-field__input[data-v-7bbd0125] {
376
+ .zw-field__input[data-v-20ee36c3] {
377
377
  --border-color: rgb(var(--zw-color-n60));
378
378
  --text-color: rgb(var(--zw-color-n85));
379
379
 
@@ -384,49 +384,53 @@
384
384
  outline: none;
385
385
  padding: 6px;
386
386
  line-height: var(--zw-line-height-xxs);
387
+ transition: 0.1s border ease-out, 0.1s color ease-out;
388
+ will-change: border, color;
387
389
  }
388
- .zw-field__input[data-v-7bbd0125]:hover {
390
+ .zw-field__input[data-v-20ee36c3]:hover {
389
391
  --border-color: rgb(var(--zw-color-n80));
390
392
  --text-color: rgb(var(--zw-color-n85));
391
393
  }
392
- .zw-field__input[data-v-7bbd0125]:focus,
393
- .zw-field__input[data-v-7bbd0125]:focus-within {
394
+ .zw-field__input[data-v-20ee36c3]:focus,
395
+ .zw-field__input[data-v-20ee36c3]:focus-within {
394
396
  --border-color: rgb(var(--zw-color-white));
395
397
  --text-color: rgb(var(--zw-color-white));
396
398
  }
397
- .zw-field__label[data-v-7bbd0125] {
399
+ .zw-field__label[data-v-20ee36c3] {
398
400
  display: inline-block;
399
401
  font-size: var(--zw-font-size-xxs);
400
402
  padding-bottom: var(--zw-offset-xxs);
401
403
  line-height: var(--zw-line-height-xxs);
402
404
  }
403
- .zw-field__label--error[data-v-7bbd0125] {
405
+ .zw-field__label--error[data-v-20ee36c3] {
404
406
  font-size: var(--zw-font-size-xxs);
405
407
  margin: var(--zw-offset-xxs) 0 0;
406
408
  color: rgb(var(--zw-color-red));
407
409
  }
408
410
 
409
- .zw-checkbox[data-v-15e487f5] {
411
+ .zw-checkbox[data-v-c9d1da12] {
410
412
  display: inline-flex;
411
413
  align-items: center;
412
414
  position: relative;
413
415
  cursor: pointer;
414
416
  padding: var(--zw-offset-xxs) var(--zw-offset-xxs) var(--zw-offset-xxs) 0;
415
417
  }
416
- .zw-checkbox__field + .zw-checkbox__indicator[data-v-15e487f5] {
418
+ .zw-checkbox__field + .zw-checkbox__indicator[data-v-c9d1da12] {
417
419
  color: var(--zw-color-n200);
418
420
  box-shadow: inset 0 0 0 2px currentColor;
419
421
  }
420
- .zw-checkbox:hover .zw-checkbox__indicator[data-v-15e487f5] {
422
+ .zw-checkbox:hover .zw-checkbox__indicator[data-v-c9d1da12],
423
+ .zw-checkbox:focus .zw-checkbox__indicator[data-v-c9d1da12],
424
+ .zw-checkbox:focus-within .zw-checkbox__indicator[data-v-c9d1da12] {
421
425
  box-shadow: inset 0 0 0 2px rgb(var(--zw-color-green));
422
426
  }
423
- .zw-checkbox__field:checked + .zw-checkbox__indicator[data-v-15e487f5] {
427
+ .zw-checkbox__field:checked + .zw-checkbox__indicator[data-v-c9d1da12] {
424
428
  color: rgb(var(--zw-color-green))
425
429
  }
426
- .zw-checkbox .zw-checkbox__field:checked + .zw-checkbox__indicator[data-v-15e487f5] {
430
+ .zw-checkbox .zw-checkbox__field:checked + .zw-checkbox__indicator[data-v-c9d1da12] {
427
431
  background-color: rgb(var(--zw-color-green));
428
432
  }
429
- .zw-checkbox .zw-checkbox__indicator[data-v-15e487f5]::after {
433
+ .zw-checkbox .zw-checkbox__indicator[data-v-c9d1da12]::after {
430
434
  content: "";
431
435
  display: block;
432
436
  height: 16px;
@@ -438,16 +442,16 @@
438
442
  background-size: 16px;
439
443
  background-position: center center;
440
444
  }
441
- .zw-checkbox__field:not(:checked) + .zw-checkbox__indicator[data-v-15e487f5]::after {
445
+ .zw-checkbox__field:not(:checked) + .zw-checkbox__indicator[data-v-c9d1da12]::after {
442
446
  transform: scale(0);
443
447
  }
444
- .zw-checkbox__field[data-v-15e487f5] {
448
+ .zw-checkbox__field[data-v-c9d1da12] {
445
449
  position: absolute;
446
450
  opacity: 0;
447
451
  height: 0;
448
452
  width: 0;
449
453
  }
450
- .zw-checkbox__label[data-v-15e487f5] {
454
+ .zw-checkbox__label[data-v-c9d1da12] {
451
455
  font-size: var(--zw-font-size-xs);
452
456
  }
453
457
 
@@ -587,32 +591,34 @@
587
591
  display: flex;
588
592
  }
589
593
 
590
- .zw-link-modal-header[data-v-7dbfe03f] {
594
+ .zw-link-modal-header[data-v-0a202ba4] {
591
595
  display: flex;
592
596
  align-items: center;
593
597
  justify-content: space-between;
594
598
  padding: var(--zw-offset-sm);
595
599
  border-bottom: 2px solid rgb(var(--zw-color-n5));
596
600
  }
597
- .zw-link-modal-header__title[data-v-7dbfe03f] {
601
+ .zw-link-modal-header__title[data-v-0a202ba4] {
598
602
  text-transform: uppercase;
599
603
  font-weight: var(--zw-font-weight-semibold);
600
604
  font-size: var(--zw-font-size-xxs);
601
605
  color: rgb(var(--zw-color-white));
602
606
  }
603
- .zw-link-modal-header__unlink-icon[data-v-7dbfe03f] {
607
+ .zw-link-modal-header__unlink-icon[data-v-0a202ba4] {
604
608
  margin-right: var(--zw-offset-xxs);
605
609
  }
606
- .zw-link-modal-header__unlink-button[data-v-7dbfe03f] {
610
+ .zw-link-modal-header__unlink-button[data-v-0a202ba4] {
607
611
  color: rgb(var(--zw-color-n80));
608
612
  font-size: var(--zw-font-size-xxs);
609
- transition: 0.1s opacity ease-out;
610
- will-change: opacity;
613
+ transition: 0.1s opacity ease-out, 0.1s color ease-out;
614
+ will-change: opacity, color;
611
615
  }
612
- .zw-link-modal-header__unlink-button[data-v-7dbfe03f]:disabled {
616
+ .zw-link-modal-header__unlink-button[data-v-0a202ba4]:disabled {
613
617
  opacity: 0.35;
614
618
  }
615
- .zw-link-modal-header__unlink-button[data-v-7dbfe03f]:hover {
619
+ .zw-link-modal-header__unlink-button[data-v-0a202ba4]:focus,
620
+ .zw-link-modal-header__unlink-button[data-v-0a202ba4]:focus-within,
621
+ .zw-link-modal-header__unlink-button[data-v-0a202ba4]:hover {
616
622
  color: rgb(var(--zw-color-white));
617
623
  }
618
624
 
package/dist/wysiwyg.mjs CHANGED
@@ -19903,7 +19903,7 @@ var __component__$y = /* @__PURE__ */ normalizeComponent(
19903
19903
  staticRenderFns$y,
19904
19904
  false,
19905
19905
  __vue2_injectStyles$y,
19906
- "7bbd0125",
19906
+ "20ee36c3",
19907
19907
  null,
19908
19908
  null
19909
19909
  );
@@ -19965,7 +19965,7 @@ var __component__$x = /* @__PURE__ */ normalizeComponent(
19965
19965
  staticRenderFns$x,
19966
19966
  false,
19967
19967
  __vue2_injectStyles$x,
19968
- "15e487f5",
19968
+ "c9d1da12",
19969
19969
  null,
19970
19970
  null
19971
19971
  );
@@ -22045,7 +22045,7 @@ var __component__$9 = /* @__PURE__ */ normalizeComponent(
22045
22045
  staticRenderFns$9,
22046
22046
  false,
22047
22047
  __vue2_injectStyles$9,
22048
- "7dbfe03f",
22048
+ "0a202ba4",
22049
22049
  null,
22050
22050
  null
22051
22051
  );
@@ -45,7 +45,9 @@ export default {
45
45
  box-shadow: inset 0 0 0 2px currentColor;
46
46
  }
47
47
 
48
- .zw-checkbox:hover .zw-checkbox__indicator {
48
+ .zw-checkbox:hover .zw-checkbox__indicator,
49
+ .zw-checkbox:focus .zw-checkbox__indicator,
50
+ .zw-checkbox:focus-within .zw-checkbox__indicator {
49
51
  box-shadow: inset 0 0 0 2px rgb(var(--zw-color-green));
50
52
  }
51
53
 
@@ -78,6 +78,8 @@ export default {
78
78
  outline: none;
79
79
  padding: 6px;
80
80
  line-height: var(--zw-line-height-xxs);
81
+ transition: 0.1s border ease-out, 0.1s color ease-out;
82
+ will-change: border, color;
81
83
  }
82
84
 
83
85
  .zw-field__input:hover {
@@ -53,14 +53,16 @@ export default {
53
53
  .zw-link-modal-header__unlink-button {
54
54
  color: rgb(var(--zw-color-n80));
55
55
  font-size: var(--zw-font-size-xxs);
56
- transition: 0.1s opacity ease-out;
57
- will-change: opacity;
56
+ transition: 0.1s opacity ease-out, 0.1s color ease-out;
57
+ will-change: opacity, color;
58
58
  }
59
59
 
60
60
  .zw-link-modal-header__unlink-button:disabled {
61
61
  opacity: 0.35;
62
62
  }
63
63
 
64
+ .zw-link-modal-header__unlink-button:focus,
65
+ .zw-link-modal-header__unlink-button:focus-within,
64
66
  .zw-link-modal-header__unlink-button:hover {
65
67
  color: rgb(var(--zw-color-white));
66
68
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zipify/wysiwyg",
3
- "version": "1.0.0-dev.91",
3
+ "version": "1.0.0-dev.92",
4
4
  "description": "Zipify modification of TipTap text editor",
5
5
  "main": "dist/wysiwyg.mjs",
6
6
  "repository": {