ct-rich-text-editor 1.3.19 → 1.3.21

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.
@@ -4690,14 +4690,11 @@ body .EmojiPickerReact{
4690
4690
  border: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.2);
4691
4691
  transition: all 0.2s ease;
4692
4692
  cursor: pointer;
4693
+ white-space: pre;
4694
+ word-wrap: normal;
4695
+ overflow-wrap: normal;
4693
4696
  }
4694
4697
 
4695
- /* Hide extra br tags that create double spacing */
4696
- .code br {
4697
- line-height: 0;
4698
- height: 0;
4699
- display: block;
4700
- }
4701
4698
 
4702
4699
  .code:hover {
4703
4700
  background-color: hsla(var(--cteditorf47ac10b-foreground) / 0.18);
@@ -5321,6 +5318,9 @@ body .EmojiPickerReact{
5321
5318
  border: 1px solid hsla(var(--cteditorf47ac10b-foreground) / 0.1);
5322
5319
  transition: all 0.2s ease;
5323
5320
  cursor: pointer;
5321
+ white-space: pre;
5322
+ word-wrap: normal;
5323
+ overflow-wrap: normal;
5324
5324
  }
5325
5325
 
5326
5326
  .PlaygroundEditorTheme__code:hover {
@@ -5351,9 +5351,10 @@ body .EmojiPickerReact{
5351
5351
  border-bottom-left-radius: 6px;
5352
5352
  padding: 8px;
5353
5353
  color: hsla(var(--cteditorf47ac10b-foreground) / 0.6);
5354
- white-space: pre-wrap;
5354
+ white-space: pre;
5355
5355
  text-align: right;
5356
5356
  min-width: 25px;
5357
+ line-height: 1.53;
5357
5358
  }
5358
5359
 
5359
5360
  .PlaygroundEditorTheme__tableScrollableWrapper {
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => {
4
4
  __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
5
  return value;
6
6
  };
7
- import { g as getDefaultExportFromCjs, c as commonjsGlobal } from "./index-23abcbd9.js";
7
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal } from "./index-6360d552.js";
8
8
  function _mergeNamespaces(n, m) {
9
9
  for (var i = 0; i < m.length; i++) {
10
10
  const e = m[i];
@@ -46125,4 +46125,4 @@ const html2pdf_bundle$1 = /* @__PURE__ */ _mergeNamespaces({
46125
46125
  export {
46126
46126
  html2pdf_bundle$1 as h
46127
46127
  };
46128
- //# sourceMappingURL=html2pdf.bundle-a30dde70.js.map
46128
+ //# sourceMappingURL=html2pdf.bundle-0b180070.js.map