ct-rich-text-editor 1.3.9 → 1.3.10
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 +5 -0
- package/dist/{html2pdf.bundle-edf70ece.js → html2pdf.bundle-7796d91e.js} +2 -2
- package/dist/{html2pdf.bundle-edf70ece.js.map → html2pdf.bundle-7796d91e.js.map} +1 -1
- package/dist/{html2pdf.bundle.min-94e617b8.js → html2pdf.bundle.min-655f7464.js} +2 -2
- package/dist/{html2pdf.bundle.min-94e617b8.js.map → html2pdf.bundle.min-655f7464.js.map} +1 -1
- package/dist/{index-0445ed0b.js → index-d292603a.js} +2 -2
- package/dist/{index-0445ed0b.js.map → index-d292603a.js.map} +1 -1
- package/dist/{index-4061f3ce.js → index-d5866754.js} +53 -20
- package/dist/{index-4061f3ce.js.map → index-d5866754.js.map} +1 -1
- package/dist/{index-db990790.js → index-e0dbaf6d.js} +2 -2
- package/dist/{index-db990790.js.map → index-e0dbaf6d.js.map} +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/assets/style.css
CHANGED
|
@@ -3510,6 +3510,11 @@ body .ai-chat-popup .ai-chat-input {
|
|
|
3510
3510
|
color: rgb(75 85 99 / var(--tw-text-opacity, 1));
|
|
3511
3511
|
}
|
|
3512
3512
|
|
|
3513
|
+
.hover\:cteditor-text-gray-700:hover{
|
|
3514
|
+
--tw-text-opacity: 1;
|
|
3515
|
+
color: rgb(55 65 81 / var(--tw-text-opacity, 1));
|
|
3516
|
+
}
|
|
3517
|
+
|
|
3513
3518
|
.hover\:cteditor-text-green-700:hover{
|
|
3514
3519
|
--tw-text-opacity: 1;
|
|
3515
3520
|
color: rgb(21 128 61 / var(--tw-text-opacity, 1));
|
|
@@ -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-d5866754.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-7796d91e.js.map
|