@dust-tt/sparkle 0.2.79 → 0.2.80
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { ReactNode } from "react";
|
|
2
2
|
interface CitationProps {
|
|
3
|
-
type?: "confluence" | "slack" | "google_drive" | "github" | "notion" | "document";
|
|
3
|
+
type?: "confluence" | "slack" | "google_drive" | "github" | "notion" | "intercom" | "document";
|
|
4
4
|
title: string;
|
|
5
5
|
description?: string;
|
|
6
6
|
index?: ReactNode;
|
package/dist/esm/index.js
CHANGED
|
@@ -32917,6 +32917,7 @@ var typeIcons = {
|
|
|
32917
32917
|
document: SvgDocumentText,
|
|
32918
32918
|
github: SvgGithub,
|
|
32919
32919
|
google_drive: SvgDrive,
|
|
32920
|
+
intercom: SvgIntercom,
|
|
32920
32921
|
notion: SvgNotion,
|
|
32921
32922
|
slack: SvgSlack,
|
|
32922
32923
|
};
|