ct-rich-text-editor 1.3.26 → 1.3.27

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.
@@ -15,4 +15,7 @@ export declare const apiEndpoints: {
15
15
  transcript: {
16
16
  voiceTranscript: string;
17
17
  };
18
+ linkPreview: {
19
+ getPreview: string;
20
+ };
18
21
  };
@@ -0,0 +1,15 @@
1
+ export interface LinkPreviewData {
2
+ url: string;
3
+ title: string | null;
4
+ description: string | null;
5
+ image: string | null;
6
+ favicon: string | null;
7
+ siteName: string | null;
8
+ type: 'website' | 'image' | 'video' | 'pdf' | 'other';
9
+ contentType?: string;
10
+ }
11
+ export declare function fetchLinkPreview({ url, apiKey, }: {
12
+ url: string;
13
+ apiKey?: string;
14
+ }): Promise<LinkPreviewData | null>;
15
+ export declare function clearLinkPreviewCache(): void;
@@ -1832,6 +1832,10 @@ video {
1832
1832
  border-color: hsl(var(--cteditorf47ac10b-foreground));
1833
1833
  }
1834
1834
 
1835
+ .cteditor-border-foreground\/10{
1836
+ border-color: hsl(var(--cteditorf47ac10b-foreground) / 0.1);
1837
+ }
1838
+
1835
1839
  .cteditor-border-foreground\/15{
1836
1840
  border-color: hsl(var(--cteditorf47ac10b-foreground) / 0.15);
1837
1841
  }
@@ -2710,6 +2714,10 @@ video {
2710
2714
  color: hsl(var(--cteditorf47ac10b-foreground) / 0.6);
2711
2715
  }
2712
2716
 
2717
+ .cteditor-text-foreground\/80{
2718
+ color: hsl(var(--cteditorf47ac10b-foreground) / 0.8);
2719
+ }
2720
+
2713
2721
  .cteditor-text-gray-200{
2714
2722
  --tw-text-opacity: 1;
2715
2723
  color: rgb(229 231 235 / 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-a2107b7c.js";
7
+ import { g as getDefaultExportFromCjs, c as commonjsGlobal } from "./index-d1d21414.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-41a72ab2.js.map
46128
+ //# sourceMappingURL=html2pdf.bundle-08dfd2d4.js.map