ct-rich-text-editor 1.3.13 → 1.3.15

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.
@@ -1106,6 +1106,10 @@ video {
1106
1106
  max-height: var(--radix-select-content-available-height);
1107
1107
  }
1108
1108
 
1109
+ .cteditor-max-h-\[120px\]{
1110
+ max-height: 120px;
1111
+ }
1112
+
1109
1113
  .cteditor-max-h-\[200px\]{
1110
1114
  max-height: 200px;
1111
1115
  }
@@ -1130,6 +1134,10 @@ video {
1130
1134
  max-height: 650px;
1131
1135
  }
1132
1136
 
1137
+ .cteditor-max-h-\[70vh\]{
1138
+ max-height: 70vh;
1139
+ }
1140
+
1133
1141
  .cteditor-max-h-\[90vh\]{
1134
1142
  max-height: 90vh;
1135
1143
  }
@@ -1334,6 +1342,10 @@ video {
1334
1342
  max-width: 24rem;
1335
1343
  }
1336
1344
 
1345
+ .cteditor-max-w-\[calc\(100vw-32px\)\]{
1346
+ max-width: calc(100vw - 32px);
1347
+ }
1348
+
1337
1349
  .cteditor-max-w-full{
1338
1350
  max-width: 100%;
1339
1351
  }
@@ -1669,6 +1681,10 @@ video {
1669
1681
  overflow-wrap: break-word;
1670
1682
  }
1671
1683
 
1684
+ .cteditor-break-all{
1685
+ word-break: break-all;
1686
+ }
1687
+
1672
1688
  .cteditor-rounded{
1673
1689
  border-radius: 0.25rem;
1674
1690
  }
@@ -1836,6 +1852,11 @@ video {
1836
1852
  border-color: hsl(var(--cteditorf47ac10b-foreground) / 0.6);
1837
1853
  }
1838
1854
 
1855
+ .cteditor-border-gray-100{
1856
+ --tw-border-opacity: 1;
1857
+ border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
1858
+ }
1859
+
1839
1860
  .cteditor-border-gray-200{
1840
1861
  --tw-border-opacity: 1;
1841
1862
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
@@ -2285,10 +2306,6 @@ video {
2285
2306
  padding: 1rem;
2286
2307
  }
2287
2308
 
2288
- .cteditor-p-5{
2289
- padding: 1.25rem;
2290
- }
2291
-
2292
2309
  .cteditor-p-6{
2293
2310
  padding: 1.5rem;
2294
2311
  }
@@ -2435,6 +2452,10 @@ video {
2435
2452
  padding-left: 2rem;
2436
2453
  }
2437
2454
 
2455
+ .cteditor-pr-1{
2456
+ padding-right: 0.25rem;
2457
+ }
2458
+
2438
2459
  .cteditor-pr-11{
2439
2460
  padding-right: 2.75rem;
2440
2461
  }
@@ -2463,6 +2484,10 @@ video {
2463
2484
  padding-top: 0.5rem;
2464
2485
  }
2465
2486
 
2487
+ .cteditor-pt-3{
2488
+ padding-top: 0.75rem;
2489
+ }
2490
+
2466
2491
  .cteditor-text-left{
2467
2492
  text-align: left;
2468
2493
  }
@@ -4223,6 +4248,10 @@ body .EmojiPickerReact{
4223
4248
  border-radius: var(--cteditorf47ac10b-radius);
4224
4249
  }
4225
4250
 
4251
+ .sm\:cteditor-p-5{
4252
+ padding: 1.25rem;
4253
+ }
4254
+
4226
4255
  .sm\:cteditor-text-left{
4227
4256
  text-align: left;
4228
4257
  }
@@ -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-38cb7602.js";
7
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal } from "./index-4eb6f1f6.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-f58b88f5.js.map
46128
+ //# sourceMappingURL=html2pdf.bundle-9fb65d98.js.map