@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/cjs/index.js
CHANGED
|
@@ -32937,6 +32937,7 @@ var typeIcons = {
|
|
|
32937
32937
|
document: SvgDocumentText,
|
|
32938
32938
|
github: SvgGithub,
|
|
32939
32939
|
google_drive: SvgDrive,
|
|
32940
|
+
intercom: SvgIntercom,
|
|
32940
32941
|
notion: SvgNotion,
|
|
32941
32942
|
slack: SvgSlack,
|
|
32942
32943
|
};
|