@zipify/wysiwyg 1.0.0-dev.95 → 1.0.0-dev.96
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
|
@@ -561,18 +561,18 @@
|
|
|
561
561
|
flex-direction: column;
|
|
562
562
|
}
|
|
563
563
|
|
|
564
|
-
.zw-line-height-control__modal[data-v-
|
|
564
|
+
.zw-line-height-control__modal[data-v-9ea28b80] {
|
|
565
565
|
padding: var(--zw-offset-sm);
|
|
566
566
|
}
|
|
567
|
-
.zw-line-height-control__row[data-v-
|
|
567
|
+
.zw-line-height-control__row[data-v-9ea28b80] {
|
|
568
568
|
display: flex;
|
|
569
569
|
align-items: center;
|
|
570
570
|
}
|
|
571
|
-
.zw-line-height-control__range[data-v-
|
|
571
|
+
.zw-line-height-control__range[data-v-9ea28b80] {
|
|
572
572
|
width: 156px;
|
|
573
573
|
}
|
|
574
|
-
.zw-line-height-control__field[data-v-
|
|
575
|
-
width:
|
|
574
|
+
.zw-line-height-control__field[data-v-9ea28b80] {
|
|
575
|
+
width: 64px;
|
|
576
576
|
margin-left: var(--zw-offset-sm);
|
|
577
577
|
}
|
|
578
578
|
|
package/dist/wysiwyg.mjs
CHANGED
|
@@ -21788,7 +21788,7 @@ var __component__$c = /* @__PURE__ */ normalizeComponent(
|
|
|
21788
21788
|
staticRenderFns$c,
|
|
21789
21789
|
false,
|
|
21790
21790
|
__vue2_injectStyles$c,
|
|
21791
|
-
"
|
|
21791
|
+
"9ea28b80",
|
|
21792
21792
|
null,
|
|
21793
21793
|
null
|
|
21794
21794
|
);
|
package/example/ExampleApp.vue
CHANGED