@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 +11 -10
- package/dist/wysiwyg.mjs +1 -1
- package/lib/components/toolbar/Toolbar.vue +1 -0
- package/package.json +1 -1
package/dist/wysiwyg.css
CHANGED
|
@@ -631,15 +631,16 @@
|
|
|
631
631
|
width: 234px;
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
-
.zw-toolbar[data-v-
|
|
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-
|
|
642
|
-
.zw-toolbar[data-v-
|
|
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-
|
|
651
|
+
.zw-toolbar[data-v-7afee166]::before {
|
|
651
652
|
top: var(--zw-toolbar-safe-zone);
|
|
652
653
|
}
|
|
653
|
-
.zw-toolbar[data-v-
|
|
654
|
+
.zw-toolbar[data-v-7afee166]::after {
|
|
654
655
|
bottom: var(--zw-toolbar-safe-zone);
|
|
655
656
|
}
|
|
656
|
-
.zw-toolbar--enter-active[data-v-
|
|
657
|
-
.zw-toolbar--leave-active[data-v-
|
|
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-
|
|
661
|
+
.zw-toolbar--leave-active[data-v-7afee166] {
|
|
661
662
|
transition: opacity 0s ease-in;
|
|
662
663
|
}
|
|
663
|
-
.zw-toolbar--enter[data-v-
|
|
664
|
-
.zw-toolbar--leave-to[data-v-
|
|
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
|
-
"
|
|
22775
|
+
"7afee166",
|
|
22776
22776
|
null,
|
|
22777
22777
|
null
|
|
22778
22778
|
);
|