@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-532367c1] {
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-532367c1] {
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-532367c1] {
571
+ .zw-line-height-control__range[data-v-9ea28b80] {
572
572
  width: 156px;
573
573
  }
574
- .zw-line-height-control__field[data-v-532367c1] {
575
- width: 52px;
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
- "532367c1",
21791
+ "9ea28b80",
21792
21792
  null,
21793
21793
  null
21794
21794
  );
@@ -179,4 +179,6 @@ p, h1, h2, h3, h4 {
179
179
  margin-top: 0.3em;
180
180
  margin-bottom: 0.3em;
181
181
  }
182
+
183
+ *, *::before, *::after { box-sizing: border-box }
182
184
  </style>
@@ -96,7 +96,7 @@ export default {
96
96
  }
97
97
 
98
98
  .zw-line-height-control__field {
99
- width: 52px;
99
+ width: 64px;
100
100
  margin-left: var(--zw-offset-sm);
101
101
  }
102
102
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zipify/wysiwyg",
3
- "version": "1.0.0-dev.95",
3
+ "version": "1.0.0-dev.96",
4
4
  "description": "Zipify modification of TipTap text editor",
5
5
  "main": "dist/wysiwyg.mjs",
6
6
  "repository": {