@dust-tt/sparkle 0.2.166 → 0.2.167
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,5 +1,5 @@
|
|
|
1
1
|
import React, { ReactNode } from "react";
|
|
2
|
-
export type CitationType = "confluence" | "document" | "github" | "google_drive" | "intercom" | "notion" | "slack";
|
|
2
|
+
export type CitationType = "confluence" | "document" | "github" | "google_drive" | "intercom" | "microsoft" | "notion" | "slack";
|
|
3
3
|
interface CitationProps {
|
|
4
4
|
type?: CitationType;
|
|
5
5
|
title: string;
|
package/dist/esm/index.js
CHANGED
|
@@ -75525,6 +75525,7 @@ var typeIcons = {
|
|
|
75525
75525
|
github: SvgGithub,
|
|
75526
75526
|
google_drive: SvgDrive,
|
|
75527
75527
|
intercom: SvgIntercom,
|
|
75528
|
+
microsoft: SvgMicrosoft,
|
|
75528
75529
|
notion: SvgNotion,
|
|
75529
75530
|
slack: SvgSlack,
|
|
75530
75531
|
};
|