@dust-tt/sparkle 0.2.10 → 0.2.11

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?: "slack" | "drive" | "github" | "notion" | "document";
3
+ type?: "slack" | "google_drive" | "github" | "notion" | "document";
4
4
  title: string;
5
5
  description?: string;
6
6
  index?: ReactNode;
package/dist/cjs/index.js CHANGED
@@ -32453,7 +32453,7 @@ var SvgSlack = function (props) { return (React__namespace.createElement("svg",
32453
32453
 
32454
32454
  var typeIcons = {
32455
32455
  slack: SvgSlack,
32456
- drive: SvgDrive,
32456
+ google_drive: SvgDrive,
32457
32457
  github: SvgGithub,
32458
32458
  notion: SvgNotion,
32459
32459
  document: SvgDocumentText,