ct-rich-text-editor 1.3.22 → 1.3.24
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 +4 -0
- package/dist/{html2pdf.bundle-3699b235.js → html2pdf.bundle-33b132a6.js} +2 -2
- package/dist/{html2pdf.bundle-3699b235.js.map → html2pdf.bundle-33b132a6.js.map} +1 -1
- package/dist/{html2pdf.bundle.min-83517dc2.js → html2pdf.bundle.min-f3fd0aa5.js} +2 -2
- package/dist/{html2pdf.bundle.min-83517dc2.js.map → html2pdf.bundle.min-f3fd0aa5.js.map} +1 -1
- package/dist/{index-bf836d7a.js → index-b535466a.js} +2 -2
- package/dist/{index-bf836d7a.js.map → index-b535466a.js.map} +1 -1
- package/dist/{index-9a8a49b6.js → index-daaf2abc.js} +150 -83
- package/dist/index-daaf2abc.js.map +1 -0
- package/dist/{index-84187412.js → index-fbad5b49.js} +246 -204
- package/dist/index-fbad5b49.js.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/dist/index-84187412.js.map +0 -1
- package/dist/index-9a8a49b6.js.map +0 -1
package/dist/assets/style.css
CHANGED
|
@@ -2111,6 +2111,10 @@ video {
|
|
|
2111
2111
|
background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
|
+
.cteditor-bg-green-500\/10{
|
|
2115
|
+
background-color: rgb(34 197 94 / 0.1);
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2114
2118
|
.cteditor-bg-muted{
|
|
2115
2119
|
background-color: hsl(var(--cteditorf47ac10b-muted));
|
|
2116
2120
|
}
|
|
@@ -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-daaf2abc.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-33b132a6.js.map
|