@zipify/wysiwyg 1.0.0-dev.78 → 1.0.0-dev.79

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
@@ -631,15 +631,16 @@
631
631
  width: 234px;
632
632
  }
633
633
 
634
- .zw-toolbar[data-v-0068707a] {
634
+ .zw-toolbar[data-v-7afee166] {
635
635
  border-radius: 2px;
636
636
  background-color: rgb(var(--zw-color-n15));
637
637
  color: rgb(var(--zw-color-n70));
638
638
  z-index: 999999;
639
639
  text-align: left;
640
+ position: fixed;
640
641
  }
641
- .zw-toolbar[data-v-0068707a]::before,
642
- .zw-toolbar[data-v-0068707a]::after {
642
+ .zw-toolbar[data-v-7afee166]::before,
643
+ .zw-toolbar[data-v-7afee166]::after {
643
644
  content: "";
644
645
  display: block;
645
646
  width: 100%;
@@ -647,21 +648,21 @@
647
648
  position: absolute;
648
649
  --zw-toolbar-safe-zone: calc(-1 * var(--zw-toolbar-offset-y));
649
650
  }
650
- .zw-toolbar[data-v-0068707a]::before {
651
+ .zw-toolbar[data-v-7afee166]::before {
651
652
  top: var(--zw-toolbar-safe-zone);
652
653
  }
653
- .zw-toolbar[data-v-0068707a]::after {
654
+ .zw-toolbar[data-v-7afee166]::after {
654
655
  bottom: var(--zw-toolbar-safe-zone);
655
656
  }
656
- .zw-toolbar--enter-active[data-v-0068707a],
657
- .zw-toolbar--leave-active[data-v-0068707a] {
657
+ .zw-toolbar--enter-active[data-v-7afee166],
658
+ .zw-toolbar--leave-active[data-v-7afee166] {
658
659
  transition: opacity 150ms ease-out;
659
660
  }
660
- .zw-toolbar--leave-active[data-v-0068707a] {
661
+ .zw-toolbar--leave-active[data-v-7afee166] {
661
662
  transition: opacity 0s ease-in;
662
663
  }
663
- .zw-toolbar--enter[data-v-0068707a],
664
- .zw-toolbar--leave-to[data-v-0068707a] {
664
+ .zw-toolbar--enter[data-v-7afee166],
665
+ .zw-toolbar--leave-to[data-v-7afee166] {
665
666
  opacity: 0;
666
667
  }
667
668
  .zw-wysiwyg {
package/dist/wysiwyg.mjs CHANGED
@@ -22772,7 +22772,7 @@ var __component__$1 = /* @__PURE__ */ normalizeComponent(
22772
22772
  staticRenderFns$1,
22773
22773
  false,
22774
22774
  __vue2_injectStyles$1,
22775
- "0068707a",
22775
+ "7afee166",
22776
22776
  null,
22777
22777
  null
22778
22778
  );
@@ -61,6 +61,7 @@ export default {
61
61
  color: rgb(var(--zw-color-n70));
62
62
  z-index: 999999;
63
63
  text-align: left;
64
+ position: fixed;
64
65
  }
65
66
 
66
67
  .zw-toolbar::before,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zipify/wysiwyg",
3
- "version": "1.0.0-dev.78",
3
+ "version": "1.0.0-dev.79",
4
4
  "description": "Zipify modification of TipTap text editor",
5
5
  "main": "dist/wysiwyg.mjs",
6
6
  "repository": {