ct-rich-text-editor 1.3.24 → 1.3.25
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/assets/style.css +1 -1
- package/dist/{html2pdf.bundle-33b132a6.js → html2pdf.bundle-915945f4.js} +2 -2
- package/dist/{html2pdf.bundle-33b132a6.js.map → html2pdf.bundle-915945f4.js.map} +1 -1
- package/dist/{html2pdf.bundle.min-f3fd0aa5.js → html2pdf.bundle.min-53a200a1.js} +2 -2
- package/dist/{html2pdf.bundle.min-f3fd0aa5.js.map → html2pdf.bundle.min-53a200a1.js.map} +1 -1
- package/dist/{index-fbad5b49.js → index-8daaa42a.js} +2 -2
- package/dist/{index-fbad5b49.js.map → index-8daaa42a.js.map} +1 -1
- package/dist/{index-daaf2abc.js → index-d46a32ad.js} +146 -173
- package/dist/{index-daaf2abc.js.map → index-d46a32ad.js.map} +1 -1
- package/dist/{index-b535466a.js → index-f8c2acae.js} +2 -2
- package/dist/{index-b535466a.js.map → index-f8c2acae.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/assets/style.css
CHANGED
|
@@ -3124,7 +3124,7 @@ video {
|
|
|
3124
3124
|
}
|
|
3125
3125
|
|
|
3126
3126
|
body {
|
|
3127
|
-
background-color: hsl(var(--cteditorf47ac10b-
|
|
3127
|
+
background-color: hsl(var(--cteditorf47ac10b-body));
|
|
3128
3128
|
color: hsl(var(--cteditorf47ac10b-foreground));
|
|
3129
3129
|
/* @apply bg-[hsl(var(--cteditorf47ac10b-body))] text-[hsl(var(--cteditorf47ac10b-foreground))]; */
|
|
3130
3130
|
font-family: "Geist", sans-serif;
|
|
@@ -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-
|
|
7
|
+
import { g as getDefaultExportFromCjs, c as commonjsGlobal } from "./index-d46a32ad.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-
|
|
46128
|
+
//# sourceMappingURL=html2pdf.bundle-915945f4.js.map
|