@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/cjs/index.js CHANGED
@@ -75545,6 +75545,7 @@ var typeIcons = {
75545
75545
  github: SvgGithub,
75546
75546
  google_drive: SvgDrive,
75547
75547
  intercom: SvgIntercom,
75548
+ microsoft: SvgMicrosoft,
75548
75549
  notion: SvgNotion,
75549
75550
  slack: SvgSlack,
75550
75551
  };